Html Css Color HEX #331101 Seal Brown

📋 copy color: '#331101'

red 51 ◦ green 17 ◦ blue 1

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

Shades of Seal Brown #331101

Tints of Seal Brown #331101

RGB

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

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

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

R = 73.91%
G = 24.64%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#331101 (or 0x331101) is known color: Seal Brown. HEX triplet: 33, 11 and 01. RGB value is (51,17,1). Sum of RGB (Red+Green+Blue) = 51+17+1=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #331101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331101 is #CCEEFE. Grayscale: #191919. Windows color (decimal): -13430527 or 69939. OLE color: 69939.

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

Color convert

RGB 51 17 1 -
CMYK 0 0.67 0.98 0.8
HSL 19.2º 0.96% 0.1% -
HSV(B) 19.2º 0.98% 0.2% -
XYZ 1.57 1.11 0.16 -
YUV 25.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 51 17 1 0 0.67 0.98 0.8 19.2 0.96 0.1
Hex 33 11 1 0 43 62 50 13 60 A
Octal 63 21 1 0 103 142 120 23 140 12
Binary 110011 10001 1 0 1000011 1100010 1010000 10011 1100000 1010

Color Harmonies of #331101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331101

Black with #331101

Text Example


Text Example

White with #331101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331101; }

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

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

background-color css

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

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

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

border-color css

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

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

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