Html Css Color HEX #331002 Seal Brown

📋 copy color: '#331002'

red 51 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #331002

Tints of Seal Brown #331002

RGB

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

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

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

R = 73.91%
G = 23.19%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#331002 (or 0x331002) is known color: Seal Brown. HEX triplet: 33, 10 and 02. RGB value is (51,16,2). Sum of RGB (Red+Green+Blue) = 51+16+2=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #331002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331002 is #CCEFFD. Grayscale: #181818. Windows color (decimal): -13430782 or 135219. OLE color: 135219.

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

Color convert

RGB 51 16 2 -
CMYK 0 0.69 0.96 0.8
HSL 17.14º 0.92% 0.1% -
HSV(B) 17.14º 0.96% 0.2% -
XYZ 1.56 1.08 0.18 -
YUV 24.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 51 16 2 0 0.69 0.96 0.8 17.14 0.92 0.1
Hex 33 10 2 0 45 60 50 11 5C A
Octal 63 20 2 0 105 140 120 21 134 12
Binary 110011 10000 10 0 1000101 1100000 1010000 10001 1011100 1010

Color Harmonies of #331002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331002

Black with #331002

Text Example


Text Example

White with #331002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331002; }

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

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

background-color css

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

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

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

border-color css

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

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

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