Html Css Color HEX #330201 Seal Brown

📋 copy color: '#330201'

red 51 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #330201

Tints of Seal Brown #330201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.7%

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

R = 94.44%
G = 3.7%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#330201 (or 0x330201) is known color: Seal Brown. HEX triplet: 33, 02 and 01. RGB value is (51,2,1). Sum of RGB (Red+Green+Blue) = 51+2+1=54 (7% of max value = 765). Red value is 51 (20.31% from 255 or 94.44% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 51 - color contains mainly: red. Hex color #330201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330201 is #CCFDFE. Grayscale: #101010. Windows color (decimal): -13434367 or 66099. OLE color: 66099.

HSL color Cylindrical-coordinate representation of color #330201: hue angle of 1.2º 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 #330201 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 2 1 -
CMYK 0 0.96 0.98 0.8
HSL 1.2º 0.96% 0.1% -
HSV(B) 1.2º 0.98% 0.2% -
XYZ 1.39 0.75 0.1 -
YUV 16.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 51 2 1 0 0.96 0.98 0.8 1.2 0.96 0.1
Hex 33 2 1 0 60 62 50 1 60 A
Octal 63 2 1 0 140 142 120 1 140 12
Binary 110011 10 1 0 1100000 1100010 1010000 1 1100000 1010

Color Harmonies of #330201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330201

Black with #330201

Text Example


Text Example

White with #330201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330201; }

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

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

background-color css

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

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

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

border-color css

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

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

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