Html Css Color HEX #301B08 Cocoa Brown

📋 copy color: '#301B08'

red 48 ◦ green 27 ◦ blue 8

#301B08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #301B08

Tints of Cocoa Brown #301B08

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 value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#301B08 (or 0x301B08) is known color: 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

RGB 48 27 8 -
CMYK 0 0.44 0.83 0.81
HSL 28.5º 0.71% 0.11% -
HSV(B) 28.5º 0.83% 0.19% -
XYZ 1.65 1.43 0.42 -
YUV 31.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 48 27 8 0 0.44 0.83 0.81 28.5 0.71 0.11
Hex 30 1B 8 0 2C 53 51 1C 47 B
Octal 60 33 10 0 54 123 121 34 107 13
Binary 110000 11011 1000 0 101100 1010011 1010001 11100 1000111 1011

Color Harmonies of #301B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B08

Black with #301B08

Text Example


Text Example

White with #301B08

Text Example


Text Example

HTML Codes & Css Web 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>