Html Css Color HEX #302B17 Maire

📋 copy color: '#302B17'

red 48 ◦ green 43 ◦ blue 23

#302B17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #302B17

Tints of Maire #302B17

RGB

 RED value IS 48 (19.14% from 255) = 42.11%

 GREEN value IS 43 (17.19% from 255) = 37.72%

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 42.11%
G = 37.72%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#302B17 (or 0x302B17) is known color: Maire. HEX triplet: 30, 2B and 17. RGB value is (48,43,23). Sum of RGB (Red+Green+Blue) = 48+43+23=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #302B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B17 is #CFD4E8. Grayscale: #2A2A2A. Windows color (decimal): -13620457 or 1518384. OLE color: 1518384.

HSL color Cylindrical-coordinate representation of color #302B17: hue angle of 48º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302B17 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 43 23 -
CMYK 0 0.10 0.52 0.81
HSL 48º 0.35% 0.14% -
HSV(B) 48º 0.52% 0.19% -
XYZ 2.24 2.42 1.16 -
YUV 42.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 48 43 23 0 0.10 0.52 0.81 48 0.35 0.14
Hex 30 2B 17 0 A 34 51 30 23 E
Octal 60 53 27 0 12 64 121 60 43 16
Binary 110000 101011 10111 0 1010 110100 1010001 110000 100011 1110

Color Harmonies of #302B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B17

Black with #302B17

Text Example


Text Example

White with #302B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B17; }

 p { color: rgb(48,43,23); }

 H1.HeaderClassName
 {
   color: #302B17;
 }
 .AnyTagClassName
 {
   color: #302B17;
 }
</style>

background-color css

<style>
 a { background-color: #302B17; }

 a { background-color: rgb(48,43,23); }

 div.DivClassName
 {
   background-color: #302B17;
 }
 .BgClassName
 {
   background-color: #302B17;
 }
</style>

border-color css

<style>
 span { border-color: #302B17; }

 span { border-color: rgb(48,43,23); }

 td.TdClassName
 {
   border-color: #302B17;
 }
 .TagClassName
 {
   border-color: #302B17;
 }
</style>