Html Css Color HEX #301B0C Cocoa Brown

📋 copy color: '#301B0C'

red 48 ◦ green 27 ◦ blue 12

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

Shades of Cocoa Brown #301B0C

Tints of Cocoa Brown #301B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.79%

R = 55.17%
G = 31.03%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#301B0C (or 0x301B0C) is known color: Cocoa Brown. HEX triplet: 30, 1B and 0C. RGB value is (48,27,12). Sum of RGB (Red+Green+Blue) = 48+27+12=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B0C is #CFE4F3. Grayscale: #1F1F1F. Windows color (decimal): -13624564 or 793392. OLE color: 793392.

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

Color convert

RGB 48 27 12 -
CMYK 0 0.44 0.75 0.81
HSL 25º 0.6% 0.12% -
HSV(B) 25º 0.75% 0.19% -
XYZ 1.68 1.44 0.54 -
YUV 31.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 48 27 12 0 0.44 0.75 0.81 25 0.6 0.12
Hex 30 1B C 0 2C 4B 51 19 3C C
Octal 60 33 14 0 54 113 121 31 74 14
Binary 110000 11011 1100 0 101100 1001011 1010001 11001 111100 1100

Color Harmonies of #301B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B0C

Black with #301B0C

Text Example


Text Example

White with #301B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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