#021A36

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

Shades of Black Pearl #021A36

Tints of Black Pearl #021A36

Color information

#021A36 (or 0x021A36) is unknown color: approx Black Pearl. HEX triplet: 02, 1A and 36. RGB value is (2,26,54). Sum of RGB (Red+Green+Blue) = 2+26+54=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #021A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A36 is #FDE5C9. Grayscale: #151515. Windows color (decimal): -16639434 or 3545602. OLE color: 3545602.

HSL color Cylindrical-coordinate representation of color #021A36: hue angle of 212.31º 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 #021A36 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB22654-
CMYK0.960.5200.79
HSL212.31º92.86%10.98%-
HSV(B)212.31º96.3%21.18%-
XYZ1.061.023.63-
YUV22.02146.05113.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 54 (21.48% from 255) = 65.85%
R=2.44%
G=31.71%
B=65.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal226540.960.5200.79212.3192.8610.98
Hex21A36603404Fd45db
Octal2326614064011732413513
Binary10110101101101100000110100010011111101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,26,54); }

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

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

 a { background-color: rgb(2,26,54); }

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

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

 span { border-color: rgb(2,26,54); }

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