#022336

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

Shades of Black Pearl #022336

Tints of Black Pearl #022336

Color information

#022336 (or 0x022336) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 36. RGB value is (2,35,54). Sum of RGB (Red+Green+Blue) = 2+35+54=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #022336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022336 is #FDDCC9. Grayscale: #1B1B1B. Windows color (decimal): -16637130 or 3547906. OLE color: 3547906.

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

Color convert

RGB23554-
CMYK0.960.3500.79
HSL201.92º92.86%10.98%-
HSV(B)201.92º96.3%21.18%-
XYZ1.291.483.71-
YUV27.3143.07109.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=2.20%
G=38.46%
B=59.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal235540.960.3500.79201.9292.8610.98
Hex22336602304Fca5db
Octal2436614043011731213513
Binary101000111101101100000100011010011111100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022336; }

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

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

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

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

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

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

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

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