#30251C

Color #30251C Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #30251C

Tints of Cocoa Brown #30251C

Color information

#30251C (or 0x30251C) is unknown color: approx Cocoa Brown. HEX triplet: 30, 25 and 1C. RGB value is (48,37,28). Sum of RGB (Red+Green+Blue) = 48+37+28=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251C is #CFDAE3. Grayscale: #272727. Windows color (decimal): -13621988 or 1844528. OLE color: 1844528.

HSL color Cylindrical-coordinate representation of color #30251C: hue angle of 27º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30251C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB483728-
CMYK00.230.420.81
HSL27º26.32%14.9%-
HSV(B)27º41.67%18.82%-
XYZ2.092.041.38-
YUV39.26121.64134.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=42.48%
G=32.74%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372800.230.420.812726.3214.9
Hex30251C0172A511b1af
Octal60453402752121333217
Binary11000010010111100010111101010101000111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30251C; }

 p { color: rgb(48,37,28); }

 H1.HeaderClassName
 {
   color: #30251C;
 }
 .AnyTagClassName
 {
   color: #30251C;
 }
</style>
background-color css

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

 a { background-color: rgb(48,37,28); }

 div.DivClassName
 {
   background-color: #30251C;
 }
 .BgClassName
 {
   background-color: #30251C;
 }
</style>
border-color css

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

 span { border-color: rgb(48,37,28); }

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