Html Css Color HEX #301B02 Cocoa Brown

📋 copy color: '#301B02'

red 48 ◦ green 27 ◦ blue 2

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

Shades of Cocoa Brown #301B02

Tints of Cocoa Brown #301B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.6%

R = 62.34%
G = 35.06%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#301B02 (or 0x301B02) is known color: Cocoa Brown. HEX triplet: 30, 1B and 02. RGB value is (48,27,2). Sum of RGB (Red+Green+Blue) = 48+27+2=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #301B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B02 is #CFE4FD. Grayscale: #1E1E1E. Windows color (decimal): -13624574 or 138032. OLE color: 138032.

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

Color convert

RGB 48 27 2 -
CMYK 0 0.44 0.96 0.81
HSL 32.61º 0.92% 0.1% -
HSV(B) 32.61º 0.96% 0.19% -
XYZ 1.62 1.42 0.25 -
YUV 30.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 48 27 2 0 0.44 0.96 0.81 32.61 0.92 0.1
Hex 30 1B 2 0 2C 60 51 21 5C A
Octal 60 33 2 0 54 140 121 41 134 12
Binary 110000 11011 10 0 101100 1100000 1010001 100001 1011100 1010

Color Harmonies of #301B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B02

Black with #301B02

Text Example


Text Example

White with #301B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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