Html Css Color HEX #302419 Cocoa Brown

📋 copy color: '#302419'

red 48 ◦ green 36 ◦ blue 25

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

Shades of Cocoa Brown #302419

Tints of Cocoa Brown #302419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

 BLUE value IS 25 (10.16% from 255) = 22.94%

R = 44.04%
G = 33.03%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#302419 (or 0x302419) is known color: Cocoa Brown. HEX triplet: 30, 24 and 19. RGB value is (48,36,25). Sum of RGB (Red+Green+Blue) = 48+36+25=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302419 is #CFDBE6. Grayscale: #262626. Windows color (decimal): -13622247 or 1647664. OLE color: 1647664.

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

Color convert

RGB 48 36 25 -
CMYK 0 0.25 0.48 0.81
HSL 28.7º 0.32% 0.14% -
HSV(B) 28.7º 0.48% 0.19% -
XYZ 2.03 1.96 1.19 -
YUV 38.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 48 36 25 0 0.25 0.48 0.81 28.7 0.32 0.14
Hex 30 24 19 0 19 30 51 1D 20 E
Octal 60 44 31 0 31 60 121 35 40 16
Binary 110000 100100 11001 0 11001 110000 1010001 11101 100000 1110

Color Harmonies of #302419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302419

Black with #302419

Text Example


Text Example

White with #302419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302419; }

 p { color: rgb(48,36,25); }

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

background-color css

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

 a { background-color: rgb(48,36,25); }

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

border-color css

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

 span { border-color: rgb(48,36,25); }

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