Html Css Color HEX #221918 Seal Brown

📋 copy color: '#221918'

red 34 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #221918

Tints of Seal Brown #221918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 24 (9.77% from 255) = 28.92%

R = 40.96%
G = 30.12%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#221918 (or 0x221918) is known color: Seal Brown. HEX triplet: 22, 19 and 18. RGB value is (34,25,24). Sum of RGB (Red+Green+Blue) = 34+25+24=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221918 is #DDE6E7. Grayscale: #1B1B1B. Windows color (decimal): -14542568 or 1579298. OLE color: 1579298.

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

Color convert

RGB 34 25 24 -
CMYK 0 0.26 0.29 0.87
HSL 0.17% 0.11% -
HSV(B) 0.29% 0.13% -
XYZ 1.17 1.1 1.01 -
YUV 27.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 34 25 24 0 0.26 0.29 0.87 6 0.17 0.11
Hex 22 19 18 0 1A 1D 57 6 11 B
Octal 42 31 30 0 32 35 127 6 21 13
Binary 100010 11001 11000 0 11010 11101 1010111 110 10001 1011

Color Harmonies of #221918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221918

Black with #221918

Text Example


Text Example

White with #221918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221918; }

 p { color: rgb(34,25,24); }

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

background-color css

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

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

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

border-color css

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

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

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