#30251B

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

Shades of Cocoa Brown #30251B

Tints of Cocoa Brown #30251B

Color information

#30251B (or 0x30251B) is unknown color: approx Cocoa Brown. HEX triplet: 30, 25 and 1B. RGB value is (48,37,27). Sum of RGB (Red+Green+Blue) = 48+37+27=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251B is #CFDAE4. Grayscale: #272727. Windows color (decimal): -13621989 or 1778992. OLE color: 1778992.

HSL color Cylindrical-coordinate representation of color #30251B: hue angle of 28.57º 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 #30251B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB483727-
CMYK00.230.440.81
HSL28.57º28%14.71%-
HSV(B)28.57º43.75%18.82%-
XYZ2.082.031.32-
YUV39.15121.14134.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=42.86%
G=33.04%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372700.230.440.8128.572814.71
Hex30251B0172C511d1cf
Octal60453302754121353417
Binary11000010010111011010111101100101000111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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