#022335

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

Shades of Black Pearl #022335

Tints of Black Pearl #022335

Color information

#022335 (or 0x022335) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 35. RGB value is (2,35,53). Sum of RGB (Red+Green+Blue) = 2+35+53=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #022335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022335 is #FDDCCA. Grayscale: #1B1B1B. Windows color (decimal): -16637131 or 3482370. OLE color: 3482370.

HSL color Cylindrical-coordinate representation of color #022335: hue angle of 201.18º 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 #022335 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB23553-
CMYK0.960.3400.79
HSL201.18º92.73%10.78%-
HSV(B)201.18º96.23%20.78%-
XYZ1.271.473.59-
YUV27.18142.57110.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 53 (21.09% from 255) = 58.89%
R=2.22%
G=38.89%
B=58.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal235530.960.3400.79201.1892.7310.78
Hex22335602204Fc95db
Octal2436514042011731113513
Binary101000111101011100000100010010011111100100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022335; }

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

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

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

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

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

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

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

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