#222628

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

Shades of Black Pearl #222628

Tints of Black Pearl #222628

Color information

#222628 (or 0x222628) is unknown color: approx Black Pearl. HEX triplet: 22, 26 and 28. RGB value is (34,38,40). Sum of RGB (Red+Green+Blue) = 34+38+40=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 40 - color contains mainly: blue. Hex color #222628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222628 is #DDD9D7. Grayscale: #252525. Windows color (decimal): -14539224 or 2631202. OLE color: 2631202.

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

Color convert

RGB343840-
CMYK0.150.0500.84
HSL200º8.11%14.51%-
HSV(B)200º15%15.69%-
XYZ1.741.882.28-
YUV37.03129.67125.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.36%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=30.36%
G=33.93%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3438400.150.0500.842008.1114.51
Hex222628F5054c88f
Octal42465017501243101017
Binary1000101001101010001111101010101001100100010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222628; }

 p { color: rgb(34,38,40); }

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

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

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

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

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

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

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