Html Css Color HEX #301800 Cocoa Brown

📋 copy color: '#301800'

red 48 ◦ green 24 ◦ blue 0

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

Shades of Cocoa Brown #301800

Tints of Cocoa Brown #301800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#301800 (or 0x301800) is known color: Cocoa Brown. HEX triplet: 30, 18 and 00. RGB value is (48,24,0). Sum of RGB (Red+Green+Blue) = 48+24+0=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301800 is #CFE7FF. Grayscale: #1C1C1C. Windows color (decimal): -13625344 or 6192. OLE color: 6192.

HSL color Cylindrical-coordinate representation of color #301800: hue angle of 30º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301800 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 0 -
CMYK 0 0.5 1 0.81
HSL 30º 1% 0.09% -
HSV(B) 30º 1% 0.19% -
XYZ 1.55 1.28 0.17 -
YUV 28.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 48 24 0 0 0.5 1 0.81 30 1 0.09
Hex 30 18 0 0 32 64 51 1E 64 9
Octal 60 30 0 0 62 144 121 36 144 11
Binary 110000 11000 0 0 110010 1100100 1010001 11110 1100100 1001

Color Harmonies of #301800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301800

Black with #301800

Text Example


Text Example

White with #301800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301800; }

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

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

background-color css

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

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

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

border-color css

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

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

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