Html Css Color HEX #302015 Cocoa Brown

📋 copy color: '#302015'

red 48 ◦ green 32 ◦ blue 21

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

Shades of Cocoa Brown #302015

Tints of Cocoa Brown #302015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.68%

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

R = 47.52%
G = 31.68%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302015 (or 0x302015) is known color: Cocoa Brown. HEX triplet: 30, 20 and 15. RGB value is (48,32,21). Sum of RGB (Red+Green+Blue) = 48+32+21=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302015 is #CFDFEA. Grayscale: #232323. Windows color (decimal): -13623275 or 1384496. OLE color: 1384496.

HSL color Cylindrical-coordinate representation of color #302015: hue angle of 24.44º 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 #302015 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 21 -
CMYK 0 0.33 0.56 0.81
HSL 24.44º 0.39% 0.14% -
HSV(B) 24.44º 0.56% 0.19% -
XYZ 1.87 1.72 0.94 -
YUV 35.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 48 32 21 0 0.33 0.56 0.81 24.44 0.39 0.14
Hex 30 20 15 0 21 38 51 18 27 E
Octal 60 40 25 0 41 70 121 30 47 16
Binary 110000 100000 10101 0 100001 111000 1010001 11000 100111 1110

Color Harmonies of #302015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302015

Black with #302015

Text Example


Text Example

White with #302015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302015; }

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

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

background-color css

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

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

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

border-color css

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

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

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