Html Css Color HEX #221313 Seal Brown

📋 copy color: '#221313'

red 34 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #221313

Tints of Seal Brown #221313

RGB

 RED value IS 34 (13.67% from 255) = 47.22%

 GREEN value IS 19 (7.81% from 255) = 26.39%

 BLUE value IS 19 (7.81% from 255) = 26.39%

R = 47.22%
G = 26.39%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#221313 (or 0x221313) is known color: Seal Brown. HEX triplet: 22, 13 and 13. RGB value is (34,19,19). Sum of RGB (Red+Green+Blue) = 34+19+19=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #221313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221313 is #DDECEC. Grayscale: #171717. Windows color (decimal): -14544109 or 1250082. OLE color: 1250082.

HSL color Cylindrical-coordinate representation of color #221313: hue angle of 0º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #221313 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 19 19 -
CMYK 0 0.44 0.44 0.87
HSL 0.28% 0.1% -
HSV(B) 0.44% 0.13% -
XYZ 1.01 0.85 0.73 -
YUV 23.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 34 19 19 0 0.44 0.44 0.87 0 0.28 0.1
Hex 22 13 13 0 2C 2C 57 0 1C A
Octal 42 23 23 0 54 54 127 0 34 12
Binary 100010 10011 10011 0 101100 101100 1010111 0 11100 1010

Color Harmonies of #221313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221313

Black with #221313

Text Example


Text Example

White with #221313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221313; }

 p { color: rgb(34,19,19); }

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

background-color css

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

 a { background-color: rgb(34,19,19); }

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

border-color css

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

 span { border-color: rgb(34,19,19); }

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