#022435

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

Shades of Black Pearl #022435

Tints of Black Pearl #022435

Color information

#022435 (or 0x022435) is unknown color: approx Black Pearl. HEX triplet: 02, 24 and 35. RGB value is (2,36,53). Sum of RGB (Red+Green+Blue) = 2+36+53=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #022435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022435 is #FDDBCA. Grayscale: #1B1B1B. Windows color (decimal): -16636875 or 3482626. OLE color: 3482626.

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

Color convert

RGB23653-
CMYK0.960.3200.79
HSL200º92.73%10.78%-
HSV(B)200º96.23%20.78%-
XYZ1.31.533.6-
YUV27.77142.24109.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=2.20%
G=39.56%
B=58.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal236530.960.3200.7920092.7310.78
Hex22435602004Fc85db
Octal2446514040011731013513
Binary101001001101011100000100000010011111100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022435; }

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

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

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

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

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

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

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

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