#021B25

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

Shades of Black Pearl #021B25

Tints of Black Pearl #021B25

Color information

#021B25 (or 0x021B25) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 25. RGB value is (2,27,37). Sum of RGB (Red+Green+Blue) = 2+27+37=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #021B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B25 is #FDE4DA. Grayscale: #141414. Windows color (decimal): -16639195 or 2431746. OLE color: 2431746.

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

Color convert

RGB22737-
CMYK0.950.2700.85
HSL197.14º89.74%7.65%-
HSV(B)197.14º94.59%14.51%-
XYZ0.750.931.89-
YUV20.66137.22114.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=3.03%
G=40.91%
B=56.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal227370.950.2700.85197.1489.747.65
Hex21B255F1B055c55a8
Octal2334513733012530513210
Binary1011011100101101111111011010101011100010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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