Html Css Color HEX #301D02 Cocoa Brown

📋 copy color: '#301D02'

red 48 ◦ green 29 ◦ blue 2

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

Shades of Cocoa Brown #301D02

Tints of Cocoa Brown #301D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 36.71%

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

R = 60.76%
G = 36.71%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#301D02 (or 0x301D02) is known color: Cocoa Brown. HEX triplet: 30, 1D and 02. RGB value is (48,29,2). Sum of RGB (Red+Green+Blue) = 48+29+2=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D02 is #CFE2FD. Grayscale: #1F1F1F. Windows color (decimal): -13624062 or 138544. OLE color: 138544.

HSL color Cylindrical-coordinate representation of color #301D02: hue angle of 35.22º 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 #301D02 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 2 -
CMYK 0 0.40 0.96 0.81
HSL 35.22º 0.92% 0.1% -
HSV(B) 35.22º 0.96% 0.19% -
XYZ 1.67 1.51 0.26 -
YUV 31.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 48 29 2 0 0.40 0.96 0.81 35.22 0.92 0.1
Hex 30 1D 2 0 28 60 51 23 5C A
Octal 60 35 2 0 50 140 121 43 134 12
Binary 110000 11101 10 0 101000 1100000 1010001 100011 1011100 1010

Color Harmonies of #301D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D02

Black with #301D02

Text Example


Text Example

White with #301D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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