Html Css Color HEX #331301 Brown Pod

📋 copy color: '#331301'

red 51 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #331301

Tints of Brown Pod #331301

RGB

 RED value IS 51 (20.31% from 255) = 71.83%

 GREEN value IS 19 (7.81% from 255) = 26.76%

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

R = 71.83%
G = 26.76%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#331301 (or 0x331301) is known color: Brown Pod. HEX triplet: 33, 13 and 01. RGB value is (51,19,1). Sum of RGB (Red+Green+Blue) = 51+19+1=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #331301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331301 is #CCECFE. Grayscale: #1A1A1A. Windows color (decimal): -13430015 or 70451. OLE color: 70451.

HSL color Cylindrical-coordinate representation of color #331301: hue angle of 21.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #331301 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 1 -
CMYK 0 0.63 0.98 0.8
HSL 21.6º 0.96% 0.1% -
HSV(B) 21.6º 0.98% 0.2% -
XYZ 1.6 1.17 0.17 -
YUV 26.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 51 19 1 0 0.63 0.98 0.8 21.6 0.96 0.1
Hex 33 13 1 0 3F 62 50 16 60 A
Octal 63 23 1 0 77 142 120 26 140 12
Binary 110011 10011 1 0 111111 1100010 1010000 10110 1100000 1010

Color Harmonies of #331301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331301

Black with #331301

Text Example


Text Example

White with #331301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331301; }

 p { color: rgb(51,19,1); }

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

background-color css

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

 a { background-color: rgb(51,19,1); }

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

border-color css

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

 span { border-color: rgb(51,19,1); }

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