Html Css Color HEX #301803 Cocoa Brown

📋 copy color: '#301803'

red 48 ◦ green 24 ◦ blue 3

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

Shades of Cocoa Brown #301803

Tints of Cocoa Brown #301803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32%

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

R = 64%
G = 32%
B = 4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#301803 (or 0x301803) is known color: Cocoa Brown. HEX triplet: 30, 18 and 03. RGB value is (48,24,3). Sum of RGB (Red+Green+Blue) = 48+24+3=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301803 is #CFE7FC. Grayscale: #1C1C1C. Windows color (decimal): -13625341 or 202800. OLE color: 202800.

HSL color Cylindrical-coordinate representation of color #301803: hue angle of 28º 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 #301803 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 3 -
CMYK 0 0.5 0.94 0.81
HSL 28º 0.88% 0.1% -
HSV(B) 28º 0.94% 0.19% -
XYZ 1.56 1.29 0.25 -
YUV 28.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 48 24 3 0 0.5 0.94 0.81 28 0.88 0.1
Hex 30 18 3 0 32 5E 51 1C 58 A
Octal 60 30 3 0 62 136 121 34 130 12
Binary 110000 11000 11 0 110010 1011110 1010001 11100 1011000 1010

Color Harmonies of #301803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301803

Black with #301803

Text Example


Text Example

White with #301803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301803; }

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

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

background-color css

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

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

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

border-color css

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

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

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