#222D31

Color #222D31 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #222D31

Tints of Black Pearl #222D31

Color information

#222D31 (or 0x222D31) is unknown color: approx Black Pearl. HEX triplet: 22, 2D and 31. RGB value is (34,45,49). Sum of RGB (Red+Green+Blue) = 34+45+49=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #222D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D31 is #DDD2CE. Grayscale: #2A2A2A. Windows color (decimal): -14537423 or 3222818. OLE color: 3222818.

HSL color Cylindrical-coordinate representation of color #222D31: hue angle of 196º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #222D31 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB344549-
CMYK0.310.0800.81
HSL196º18.07%16.27%-
HSV(B)196º30.61%19.22%-
XYZ2.152.443.26-
YUV42.17131.86122.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.56%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=26.56%
G=35.16%
B=38.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3445490.310.0800.8119618.0716.27
Hex222D311F8051c41210
Octal425561371001213042220
Binary10001010110111000111111100001010001110001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D31; }

 p { color: rgb(34,45,49); }

 H1.HeaderClassName
 {
   color: #222D31;
 }
 .AnyTagClassName
 {
   color: #222D31;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #222D31;
 }
 .BgClassName
 {
   background-color: #222D31;
 }
</style>
border-color css

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

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

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