#021B27

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

Shades of Black Pearl #021B27

Tints of Black Pearl #021B27

Color information

#021B27 (or 0x021B27) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 27. RGB value is (2,27,39). Sum of RGB (Red+Green+Blue) = 2+27+39=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #021B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B27 is #FDE4D8. Grayscale: #141414. Windows color (decimal): -16639193 or 2562818. OLE color: 2562818.

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

Color convert

RGB22739-
CMYK0.950.3100.85
HSL199.46º90.24%8.04%-
HSV(B)199.46º94.87%15.29%-
XYZ0.780.942.06-
YUV20.89138.22114.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 27 (10.94% from 255) = 39.71%
BLUE value IS 39 (15.62% from 255) = 57.35%
R=2.94%
G=39.71%
B=57.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal227390.950.3100.85199.4690.248.04
Hex21B275F1F055c75a8
Octal2334713737012530713210
Binary1011011100111101111111111010101011100011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021B27; }

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

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

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

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

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

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

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

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