Html Css Color HEX #301F0B Cocoa Brown

📋 copy color: '#301F0B'

red 48 ◦ green 31 ◦ blue 11

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

Shades of Cocoa Brown #301F0B

Tints of Cocoa Brown #301F0B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 34.44%

 BLUE value IS 11 (4.69% from 255) = 12.22%

R = 53.33%
G = 34.44%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#301F0B (or 0x301F0B) is known color: Cocoa Brown. HEX triplet: 30, 1F and 0B. RGB value is (48,31,11). Sum of RGB (Red+Green+Blue) = 48+31+11=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0B is #CFE0F4. Grayscale: #212121. Windows color (decimal): -13623541 or 728880. OLE color: 728880.

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

Color convert

RGB 48 31 11 -
CMYK 0 0.35 0.77 0.81
HSL 32.43º 0.63% 0.12% -
HSV(B) 32.43º 0.77% 0.19% -
XYZ 1.77 1.63 0.54 -
YUV 33.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 48 31 11 0 0.35 0.77 0.81 32.43 0.63 0.12
Hex 30 1F B 0 23 4D 51 20 3F C
Octal 60 37 13 0 43 115 121 40 77 14
Binary 110000 11111 1011 0 100011 1001101 1010001 100000 111111 1100

Color Harmonies of #301F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F0B

Black with #301F0B

Text Example


Text Example

White with #301F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,31,11); }

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

background-color css

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

 a { background-color: rgb(48,31,11); }

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

border-color css

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

 span { border-color: rgb(48,31,11); }

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