#30251A

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

Shades of Cocoa Brown #30251A

Tints of Cocoa Brown #30251A

Color information

#30251A (or 0x30251A) is unknown color: approx Cocoa Brown. HEX triplet: 30, 25 and 1A. RGB value is (48,37,26). Sum of RGB (Red+Green+Blue) = 48+37+26=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251A is #CFDAE5. Grayscale: #272727. Windows color (decimal): -13621990 or 1713456. OLE color: 1713456.

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

Color convert

RGB483726-
CMYK00.230.460.81
HSL30º29.73%14.51%-
HSV(B)30º45.83%18.82%-
XYZ2.072.031.26-
YUV39.03120.64134.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=43.24%
G=33.33%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372600.230.460.813029.7314.51
Hex30251A0172E511e1ef
Octal60453202756121363617
Binary11000010010111010010111101110101000111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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