#021225

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

Shades of Black Pearl #021225

Tints of Black Pearl #021225

Color information

#021225 (or 0x021225) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 25. RGB value is (2,18,37). Sum of RGB (Red+Green+Blue) = 2+18+37=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #021225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021225 is #FDEDDA. Grayscale: #0F0F0F. Windows color (decimal): -16641499 or 2429442. OLE color: 2429442.

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

Color convert

RGB21837-
CMYK0.950.5100.85
HSL212.57º89.74%7.65%-
HSV(B)212.57º94.59%14.51%-
XYZ0.580.581.83-
YUV15.38140.2118.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 37 (14.84% from 255) = 64.91%
R=3.51%
G=31.58%
B=64.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal218370.950.5100.85212.5789.747.65
Hex212255F33055d55a8
Octal2224513763012532513210
Binary10100101001011011111110011010101011101010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021225; }

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

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

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

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

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

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

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

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