Html Css Color HEX #301A01 Cocoa Brown

📋 copy color: '#301A01'

red 48 ◦ green 26 ◦ blue 1

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

Shades of Cocoa Brown #301A01

Tints of Cocoa Brown #301A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.33%

R = 64%
G = 34.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#301A01 (or 0x301A01) is known color: Cocoa Brown. HEX triplet: 30, 1A and 01. RGB value is (48,26,1). Sum of RGB (Red+Green+Blue) = 48+26+1=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A01 is #CFE5FE. Grayscale: #1D1D1D. Windows color (decimal): -13624831 or 72240. OLE color: 72240.

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

Color convert

RGB 48 26 1 -
CMYK 0 0.46 0.98 0.81
HSL 31.91º 0.96% 0.1% -
HSV(B) 31.91º 0.98% 0.19% -
XYZ 1.59 1.37 0.21 -
YUV 29.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 48 26 1 0 0.46 0.98 0.81 31.91 0.96 0.1
Hex 30 1A 1 0 2E 62 51 20 60 A
Octal 60 32 1 0 56 142 121 40 140 12
Binary 110000 11010 1 0 101110 1100010 1010001 100000 1100000 1010

Color Harmonies of #301A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A01

Black with #301A01

Text Example


Text Example

White with #301A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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