Html Css Color HEX #301B04 Cocoa Brown

📋 copy color: '#301B04'

red 48 ◦ green 27 ◦ blue 4

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

Shades of Cocoa Brown #301B04

Tints of Cocoa Brown #301B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.06%

R = 60.76%
G = 34.18%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#301B04 (or 0x301B04) is known color: Cocoa Brown. HEX triplet: 30, 1B and 04. RGB value is (48,27,4). Sum of RGB (Red+Green+Blue) = 48+27+4=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B04 is #CFE4FB. Grayscale: #1E1E1E. Windows color (decimal): -13624572 or 269104. OLE color: 269104.

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

Color convert

RGB 48 27 4 -
CMYK 0 0.44 0.92 0.81
HSL 31.36º 0.85% 0.1% -
HSV(B) 31.36º 0.92% 0.19% -
XYZ 1.63 1.42 0.3 -
YUV 30.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 48 27 4 0 0.44 0.92 0.81 31.36 0.85 0.1
Hex 30 1B 4 0 2C 5C 51 1F 55 A
Octal 60 33 4 0 54 134 121 37 125 12
Binary 110000 11011 100 0 101100 1011100 1010001 11111 1010101 1010

Color Harmonies of #301B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B04

Black with #301B04

Text Example


Text Example

White with #301B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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