#021935

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

Shades of Black Pearl #021935

Tints of Black Pearl #021935

Color information

#021935 (or 0x021935) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 35. RGB value is (2,25,53). Sum of RGB (Red+Green+Blue) = 2+25+53=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #021935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021935 is #FDE6CA. Grayscale: #151515. Windows color (decimal): -16639691 or 3479810. OLE color: 3479810.

HSL color Cylindrical-coordinate representation of color #021935: hue angle of 212.94º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021935 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB22553-
CMYK0.960.5300.79
HSL212.94º92.73%10.78%-
HSV(B)212.94º96.23%20.78%-
XYZ1.020.973.5-
YUV21.32145.88114.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=2.5%
G=31.25%
B=66.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal225530.960.5300.79212.9492.7310.78
Hex21935603504Fd55db
Octal2316514065011732513513
Binary10110011101011100000110101010011111101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021935; }

 p { color: rgb(2,25,53); }

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

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

 a { background-color: rgb(2,25,53); }

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

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

 span { border-color: rgb(2,25,53); }

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