Html Css Color HEX #331100 Brown Pod

📋 copy color: '#331100'

red 51 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #331100

Tints of Brown Pod #331100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#331100 (or 0x331100) is known color: Brown Pod. HEX triplet: 33, 11 and 00. RGB value is (51,17,0). Sum of RGB (Red+Green+Blue) = 51+17+0=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #331100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331100 is #CCEEFF. Grayscale: #191919. Windows color (decimal): -13430528 or 4403. OLE color: 4403.

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

Color convert

RGB 51 17 0 -
CMYK 0 0.67 1 0.8
HSL 20º 1% 0.1% -
HSV(B) 20º 1% 0.2% -
XYZ 1.57 1.1 0.13 -
YUV 25.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 51 17 0 0 0.67 1 0.8 20 1 0.1
Hex 33 11 0 0 43 64 50 14 64 A
Octal 63 21 0 0 103 144 120 24 144 12
Binary 110011 10001 0 0 1000011 1100100 1010000 10100 1100100 1010

Color Harmonies of #331100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331100

Black with #331100

Text Example


Text Example

White with #331100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331100; }

 p { color: rgb(51,17,0); }

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

background-color css

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

 a { background-color: rgb(51,17,0); }

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

border-color css

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

 span { border-color: rgb(51,17,0); }

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