#30241B

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

Shades of Cocoa Brown #30241B

Tints of Cocoa Brown #30241B

Color information

#30241B (or 0x30241B) is unknown color: approx Cocoa Brown. HEX triplet: 30, 24 and 1B. RGB value is (48,36,27). Sum of RGB (Red+Green+Blue) = 48+36+27=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241B is #CFDBE4. Grayscale: #262626. Windows color (decimal): -13622245 or 1778736. OLE color: 1778736.

HSL color Cylindrical-coordinate representation of color #30241B: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30241B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB483627-
CMYK00.250.440.81
HSL25.71º28%14.71%-
HSV(B)25.71º43.75%18.82%-
XYZ2.051.971.31-
YUV38.56121.48134.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=43.24%
G=32.43%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48362700.250.440.8125.712814.71
Hex30241B0192C511a1cf
Octal60443303154121323417
Binary11000010010011011011001101100101000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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