Html Css Color HEX #301F03 Cocoa Brown

📋 copy color: '#301F03'

red 48 ◦ green 31 ◦ blue 3

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

Shades of Cocoa Brown #301F03

Tints of Cocoa Brown #301F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.66%

R = 58.54%
G = 37.8%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#301F03 (or 0x301F03) is known color: Cocoa Brown. HEX triplet: 30, 1F and 03. RGB value is (48,31,3). Sum of RGB (Red+Green+Blue) = 48+31+3=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F03 is #CFE0FC. Grayscale: #212121. Windows color (decimal): -13623549 or 204592. OLE color: 204592.

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

Color convert

RGB 48 31 3 -
CMYK 0 0.35 0.94 0.81
HSL 37.33º 0.88% 0.1% -
HSV(B) 37.33º 0.94% 0.19% -
XYZ 1.73 1.61 0.31 -
YUV 32.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 48 31 3 0 0.35 0.94 0.81 37.33 0.88 0.1
Hex 30 1F 3 0 23 5E 51 25 58 A
Octal 60 37 3 0 43 136 121 45 130 12
Binary 110000 11111 11 0 100011 1011110 1010001 100101 1011000 1010

Color Harmonies of #301F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F03

Black with #301F03

Text Example


Text Example

White with #301F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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