Html Css Color HEX #302318 Cocoa Brown

📋 copy color: '#302318'

red 48 ◦ green 35 ◦ blue 24

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

Shades of Cocoa Brown #302318

Tints of Cocoa Brown #302318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

 BLUE value IS 24 (9.77% from 255) = 22.43%

R = 44.86%
G = 32.71%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#302318 (or 0x302318) is known color: Cocoa Brown. HEX triplet: 30, 23 and 18. RGB value is (48,35,24). Sum of RGB (Red+Green+Blue) = 48+35+24=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302318 is #CFDCE7. Grayscale: #252525. Windows color (decimal): -13622504 or 1581872. OLE color: 1581872.

HSL color Cylindrical-coordinate representation of color #302318: hue angle of 27.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #302318 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 35 24 -
CMYK 0 0.27 0.5 0.81
HSL 27.5º 0.33% 0.14% -
HSV(B) 27.5º 0.5% 0.19% -
XYZ 1.98 1.9 1.13 -
YUV 37.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 48 35 24 0 0.27 0.5 0.81 27.5 0.33 0.14
Hex 30 23 18 0 1B 32 51 1C 21 E
Octal 60 43 30 0 33 62 121 34 41 16
Binary 110000 100011 11000 0 11011 110010 1010001 11100 100001 1110

Color Harmonies of #302318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302318

Black with #302318

Text Example


Text Example

White with #302318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302318; }

 p { color: rgb(48,35,24); }

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

background-color css

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

 a { background-color: rgb(48,35,24); }

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

border-color css

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

 span { border-color: rgb(48,35,24); }

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