Html Css Color HEX #301A02 Cocoa Brown

📋 copy color: '#301A02'

red 48 ◦ green 26 ◦ blue 2

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

Shades of Cocoa Brown #301A02

Tints of Cocoa Brown #301A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 34.21%

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

R = 63.16%
G = 34.21%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#301A02 (or 0x301A02) is known color: Cocoa Brown. HEX triplet: 30, 1A and 02. RGB value is (48,26,2). Sum of RGB (Red+Green+Blue) = 48+26+2=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A02 is #CFE5FD. Grayscale: #1D1D1D. Windows color (decimal): -13624830 or 137776. OLE color: 137776.

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

Color convert

RGB 48 26 2 -
CMYK 0 0.46 0.96 0.81
HSL 31.3º 0.92% 0.1% -
HSV(B) 31.3º 0.96% 0.19% -
XYZ 1.6 1.37 0.24 -
YUV 29.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 48 26 2 0 0.46 0.96 0.81 31.3 0.92 0.1
Hex 30 1A 2 0 2E 60 51 1F 5C A
Octal 60 32 2 0 56 140 121 37 134 12
Binary 110000 11010 10 0 101110 1100000 1010001 11111 1011100 1010

Color Harmonies of #301A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A02

Black with #301A02

Text Example


Text Example

White with #301A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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