Html Css Color HEX #301B09 Cocoa Brown

📋 copy color: '#301B09'

red 48 ◦ green 27 ◦ blue 9

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

Shades of Cocoa Brown #301B09

Tints of Cocoa Brown #301B09

RGB

 RED value IS 48 (19.14% from 255) = 57.14%

 GREEN value IS 27 (10.94% from 255) = 32.14%

 BLUE value IS 9 (3.91% from 255) = 10.71%

R = 57.14%
G = 32.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301B09 (or 0x301B09) is known color: Cocoa Brown. HEX triplet: 30, 1B and 09. RGB value is (48,27,9). Sum of RGB (Red+Green+Blue) = 48+27+9=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B09 is #CFE4F6. Grayscale: #1F1F1F. Windows color (decimal): -13624567 or 596784. OLE color: 596784.

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

Color convert

RGB 48 27 9 -
CMYK 0 0.44 0.81 0.81
HSL 27.69º 0.68% 0.11% -
HSV(B) 27.69º 0.81% 0.19% -
XYZ 1.66 1.43 0.45 -
YUV 31.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 48 27 9 0 0.44 0.81 0.81 27.69 0.68 0.11
Hex 30 1B 9 0 2C 51 51 1C 44 B
Octal 60 33 11 0 54 121 121 34 104 13
Binary 110000 11011 1001 0 101100 1010001 1010001 11100 1000100 1011

Color Harmonies of #301B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B09

Black with #301B09

Text Example


Text Example

White with #301B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #301B09;
 }
 .AnyTagClassName
 {
   color: #301B09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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