#30241C

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

Shades of Cocoa Brown #30241C

Tints of Cocoa Brown #30241C

Color information

#30241C (or 0x30241C) is unknown color: approx Cocoa Brown. HEX triplet: 30, 24 and 1C. RGB value is (48,36,28). Sum of RGB (Red+Green+Blue) = 48+36+28=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241C is #CFDBE3. Grayscale: #262626. Windows color (decimal): -13622244 or 1844272. OLE color: 1844272.

HSL color Cylindrical-coordinate representation of color #30241C: hue angle of 24º 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 #30241C is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB483628-
CMYK00.250.420.81
HSL24º26.32%14.9%-
HSV(B)24º41.67%18.82%-
XYZ2.061.971.37-
YUV38.68121.98134.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 28 (11.33% from 255) = 25%
R=42.86%
G=32.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48362800.250.420.812426.3214.9
Hex30241C0192A51181af
Octal60443403152121303217
Binary11000010010011100011001101010101000111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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