Html Css Color HEX #321002 Seal Brown

📋 copy color: '#321002'

red 50 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #321002

Tints of Seal Brown #321002

RGB

 RED value IS 50 (19.92% from 255) = 73.53%

 GREEN value IS 16 (6.64% from 255) = 23.53%

 BLUE value IS 2 (1.17% from 255) = 2.94%

R = 73.53%
G = 23.53%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#321002 (or 0x321002) is known color: Seal Brown. HEX triplet: 32, 10 and 02. RGB value is (50,16,2). Sum of RGB (Red+Green+Blue) = 50+16+2=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #321002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321002 is #CDEFFD. Grayscale: #181818. Windows color (decimal): -13496318 or 135218. OLE color: 135218.

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

Color convert

RGB 50 16 2 -
CMYK 0 0.68 0.96 0.80
HSL 17.5º 0.92% 0.1% -
HSV(B) 17.5º 0.96% 0.2% -
XYZ 1.51 1.05 0.18 -
YUV 24.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 50 16 2 0 0.68 0.96 0.80 17.5 0.92 0.1
Hex 32 10 2 0 44 60 50 12 5C A
Octal 62 20 2 0 104 140 120 22 134 12
Binary 110010 10000 10 0 1000100 1100000 1010000 10010 1011100 1010

Color Harmonies of #321002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321002

Black with #321002

Text Example


Text Example

White with #321002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321002; }

 p { color: rgb(50,16,2); }

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

background-color css

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

 a { background-color: rgb(50,16,2); }

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

border-color css

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

 span { border-color: rgb(50,16,2); }

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