Html Css Color HEX #302115 Cocoa Brown

📋 copy color: '#302115'

red 48 ◦ green 33 ◦ blue 21

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

Shades of Cocoa Brown #302115

Tints of Cocoa Brown #302115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.35%

 BLUE value IS 21 (8.59% from 255) = 20.59%

R = 47.06%
G = 32.35%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302115 (or 0x302115) is known color: Cocoa Brown. HEX triplet: 30, 21 and 15. RGB value is (48,33,21). Sum of RGB (Red+Green+Blue) = 48+33+21=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302115 is #CFDEEA. Grayscale: #242424. Windows color (decimal): -13623019 or 1384752. OLE color: 1384752.

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

Color convert

RGB 48 33 21 -
CMYK 0 0.31 0.56 0.81
HSL 26.67º 0.39% 0.14% -
HSV(B) 26.67º 0.56% 0.19% -
XYZ 1.9 1.77 0.95 -
YUV 36.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 48 33 21 0 0.31 0.56 0.81 26.67 0.39 0.14
Hex 30 21 15 0 1F 38 51 1B 27 E
Octal 60 41 25 0 37 70 121 33 47 16
Binary 110000 100001 10101 0 11111 111000 1010001 11011 100111 1110

Color Harmonies of #302115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302115

Black with #302115

Text Example


Text Example

White with #302115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302115; }

 p { color: rgb(48,33,21); }

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

background-color css

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

 a { background-color: rgb(48,33,21); }

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

border-color css

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

 span { border-color: rgb(48,33,21); }

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