#022127

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

Shades of Black Pearl #022127

Tints of Black Pearl #022127

Color information

#022127 (or 0x022127) is unknown color: approx Black Pearl. HEX triplet: 02, 21 and 27. RGB value is (2,33,39). Sum of RGB (Red+Green+Blue) = 2+33+39=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #022127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022127 is #FDDED8. Grayscale: #181818. Windows color (decimal): -16637657 or 2564354. OLE color: 2564354.

HSL color Cylindrical-coordinate representation of color #022127: hue angle of 189.73º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022127 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23339-
CMYK0.950.1500.85
HSL189.73º90.24%8.04%-
HSV(B)189.73º94.87%15.29%-
XYZ0.941.252.11-
YUV24.42136.23112.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=2.70%
G=44.59%
B=52.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal233390.950.1500.85189.7390.248.04
Hex221275FF055be5a8
Octal2414713717012527613210
Binary1010000110011110111111111010101011011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022127; }

 p { color: rgb(2,33,39); }

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

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

 a { background-color: rgb(2,33,39); }

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

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

 span { border-color: rgb(2,33,39); }

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