#021727

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

Shades of Black Pearl #021727

Tints of Black Pearl #021727

Color information

#021727 (or 0x021727) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 27. RGB value is (2,23,39). Sum of RGB (Red+Green+Blue) = 2+23+39=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #021727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021727 is #FDE8D8. Grayscale: #121212. Windows color (decimal): -16640217 or 2561794. OLE color: 2561794.

HSL color Cylindrical-coordinate representation of color #021727: hue angle of 205.95º 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 #021727 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB22339-
CMYK0.950.4100.85
HSL205.95º90.24%8.04%-
HSV(B)205.95º94.87%15.29%-
XYZ0.70.772.03-
YUV18.55139.54116.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=3.12%
G=35.94%
B=60.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal223390.950.4100.85205.9590.248.04
Hex217275F29055ce5a8
Octal2274713751012531613210
Binary10101111001111011111101001010101011100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021727; }

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

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

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

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

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

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

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

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