#021836

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

Shades of Black Pearl #021836

Tints of Black Pearl #021836

Color information

#021836 (or 0x021836) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 36. RGB value is (2,24,54). Sum of RGB (Red+Green+Blue) = 2+24+54=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #021836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021836 is #FDE7C9. Grayscale: #141414. Windows color (decimal): -16639946 or 3545090. OLE color: 3545090.

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

Color convert

RGB22454-
CMYK0.960.5600.79
HSL214.62º92.86%10.98%-
HSV(B)214.62º96.3%21.18%-
XYZ1.020.933.62-
YUV20.84146.71114.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 54 (21.48% from 255) = 67.5%
R=2.5%
G=30%
B=67.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal224540.960.5600.79214.6292.8610.98
Hex21836603804Fd75db
Octal2306614070011732713513
Binary10110001101101100000111000010011111101011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021836; }

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

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

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

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

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

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

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

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