Html Css Color HEX #301E01 Cocoa Brown

📋 copy color: '#301E01'

red 48 ◦ green 30 ◦ blue 1

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

Shades of Cocoa Brown #301E01

Tints of Cocoa Brown #301E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 37.97%

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

R = 60.76%
G = 37.97%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#301E01 (or 0x301E01) is known color: Cocoa Brown. HEX triplet: 30, 1E and 01. RGB value is (48,30,1). Sum of RGB (Red+Green+Blue) = 48+30+1=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E01 is #CFE1FE. Grayscale: #202020. Windows color (decimal): -13623807 or 73264. OLE color: 73264.

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

Color convert

RGB 48 30 1 -
CMYK 0 0.37 0.98 0.81
HSL 37.02º 0.96% 0.1% -
HSV(B) 37.02º 0.98% 0.19% -
XYZ 1.69 1.56 0.24 -
YUV 32.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 48 30 1 0 0.37 0.98 0.81 37.02 0.96 0.1
Hex 30 1E 1 0 25 62 51 25 60 A
Octal 60 36 1 0 45 142 121 45 140 12
Binary 110000 11110 1 0 100101 1100010 1010001 100101 1100000 1010

Color Harmonies of #301E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E01

Black with #301E01

Text Example


Text Example

White with #301E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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