#022235

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

Shades of Black Pearl #022235

Tints of Black Pearl #022235

Color information

#022235 (or 0x022235) is unknown color: approx Black Pearl. HEX triplet: 02, 22 and 35. RGB value is (2,34,53). Sum of RGB (Red+Green+Blue) = 2+34+53=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #022235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022235 is #FDDDCA. Grayscale: #1A1A1A. Windows color (decimal): -16637387 or 3482114. OLE color: 3482114.

HSL color Cylindrical-coordinate representation of color #022235: hue angle of 202.35º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022235 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB23453-
CMYK0.960.3600.79
HSL202.35º92.73%10.78%-
HSV(B)202.35º96.23%20.78%-
XYZ1.241.413.58-
YUV26.6142.9110.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=2.25%
G=38.20%
B=59.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal234530.960.3600.79202.3592.7310.78
Hex22235602404Fca5db
Octal2426514044011731213513
Binary101000101101011100000100100010011111100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022235; }

 p { color: rgb(2,34,53); }

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

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

 a { background-color: rgb(2,34,53); }

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

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

 span { border-color: rgb(2,34,53); }

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