#021829

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

Shades of Black Pearl #021829

Tints of Black Pearl #021829

Color information

#021829 (or 0x021829) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 29. RGB value is (2,24,41). Sum of RGB (Red+Green+Blue) = 2+24+41=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #021829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021829 is #FDE7D6. Grayscale: #131313. Windows color (decimal): -16639959 or 2693122. OLE color: 2693122.

HSL color Cylindrical-coordinate representation of color #021829: hue angle of 206.15º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021829 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22441-
CMYK0.950.4100.84
HSL206.15º90.7%8.43%-
HSV(B)206.15º95.12%16.08%-
XYZ0.750.832.22-
YUV19.36140.21115.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 41 (16.41% from 255) = 61.19%
R=2.99%
G=35.82%
B=61.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal224410.950.4100.84206.1590.78.43
Hex218295F29054ce5b8
Octal2305113751012431613310
Binary10110001010011011111101001010101001100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021829; }

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

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

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

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

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

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

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

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