#021827

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

Shades of Black Pearl #021827

Tints of Black Pearl #021827

Color information

#021827 (or 0x021827) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 27. RGB value is (2,24,39). Sum of RGB (Red+Green+Blue) = 2+24+39=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #021827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021827 is #FDE7D8. Grayscale: #131313. Windows color (decimal): -16639961 or 2562050. OLE color: 2562050.

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

Color convert

RGB22439-
CMYK0.950.3800.85
HSL204.32º90.24%8.04%-
HSV(B)204.32º94.87%15.29%-
XYZ0.720.812.04-
YUV19.13139.21115.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 39 (15.62% from 255) = 60%
R=3.08%
G=36.92%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal224390.950.3800.85204.3290.248.04
Hex218275F26055cc5a8
Octal2304713746012531413210
Binary10110001001111011111100110010101011100110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021827; }

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

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

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

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

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

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

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

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