#222425

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

Shades of Black Pearl #222425

Tints of Black Pearl #222425

Color information

#222425 (or 0x222425) is unknown color: approx Black Pearl. HEX triplet: 22, 24 and 25. RGB value is (34,36,37). Sum of RGB (Red+Green+Blue) = 34+36+37=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 37 - color contains mainly: blue. Hex color #222425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222425 is #DDDBDA. Grayscale: #232323. Windows color (decimal): -14539739 or 2434082. OLE color: 2434082.

HSL color Cylindrical-coordinate representation of color #222425: hue angle of 200º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #222425 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB343637-
CMYK0.080.0300.85
HSL200º4.23%13.92%-
HSV(B)200º8.11%14.51%-
XYZ1.621.742-
YUV35.52128.84126.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.78%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 37 (14.84% from 255) = 34.58%
R=31.78%
G=33.64%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3436370.080.0300.852004.2313.92
Hex22242583055c84e
Octal4244451030125310416
Binary10001010010010010110001101010101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222425; }

 p { color: rgb(34,36,37); }

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

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

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

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

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

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

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