#301B08

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

Shades of Cocoa Brown #301B08

Tints of Cocoa Brown #301B08

Color information

#301B08 (or 0x301B08) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1B and 08. RGB value is (48,27,8). Sum of RGB (Red+Green+Blue) = 48+27+8=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B08 is #CFE4F7. Grayscale: #1F1F1F. Windows color (decimal): -13624568 or 531248. OLE color: 531248.

HSL color Cylindrical-coordinate representation of color #301B08: hue angle of 28.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301B08 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB48278-
CMYK00.440.830.81
HSL28.5º71.43%10.98%-
HSV(B)28.5º83.33%18.82%-
XYZ1.651.430.42-
YUV31.11114.96140.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=57.83%
G=32.53%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4827800.440.830.8128.571.4310.98
Hex301B802C53511c47b
Octal6033100541231213410713
Binary1100001101110000101100101001110100011110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B08; }

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

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

<style>
 a { background-color: #301B08; }

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

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

<style>
 span { border-color: #301B08; }

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

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