#30251D

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

Shades of Cocoa Brown #30251D

Tints of Cocoa Brown #30251D

Color information

#30251D (or 0x30251D) is unknown color: approx Cocoa Brown. HEX triplet: 30, 25 and 1D. RGB value is (48,37,29). Sum of RGB (Red+Green+Blue) = 48+37+29=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251D is #CFDAE2. Grayscale: #272727. Windows color (decimal): -13621987 or 1910064. OLE color: 1910064.

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

Color convert

RGB483729-
CMYK00.230.400.81
HSL25.26º24.68%15.1%-
HSV(B)25.26º39.58%18.82%-
XYZ2.12.041.45-
YUV39.38122.14134.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=42.11%
G=32.46%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372900.230.400.8125.2624.6815.1
Hex30251D01728511919f
Octal60453502750121313117
Binary11000010010111101010111101000101000111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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