#222C30

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

Shades of Black Pearl #222C30

Tints of Black Pearl #222C30

Color information

#222C30 (or 0x222C30) is unknown color: approx Black Pearl. HEX triplet: 22, 2C and 30. RGB value is (34,44,48). Sum of RGB (Red+Green+Blue) = 34+44+48=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #222C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C30 is #DDD3CF. Grayscale: #292929. Windows color (decimal): -14537680 or 3157026. OLE color: 3157026.

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

Color convert

RGB344448-
CMYK0.290.0800.81
HSL197.14º17.07%16.08%-
HSV(B)197.14º29.17%18.82%-
XYZ2.092.353.14-
YUV41.47131.69122.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=26.98%
G=34.92%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3444480.290.0800.81197.1417.0716.08
Hex222C301D8051c51110
Octal425460351001213052120
Binary10001010110011000011101100001010001110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,44,48); }

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

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

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

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

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

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

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