#021C2D

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

Shades of Black Pearl #021C2D

Tints of Black Pearl #021C2D

Color information

#021C2D (or 0x021C2D) is unknown color: approx Black Pearl. HEX triplet: 02, 1C and 2D. RGB value is (2,28,45). Sum of RGB (Red+Green+Blue) = 2+28+45=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #021C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C2D is #FDE3D2. Grayscale: #161616. Windows color (decimal): -16638931 or 2956290. OLE color: 2956290.

HSL color Cylindrical-coordinate representation of color #021C2D: hue angle of 203.72º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C2D is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB22845-
CMYK0.960.3800.82
HSL203.72º91.49%9.22%-
HSV(B)203.72º95.56%17.65%-
XYZ0.911.032.63-
YUV22.16140.89113.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 45 (17.97% from 255) = 60%
R=2.67%
G=37.33%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal228450.960.3800.82203.7291.499.22
Hex21C2D6026052cc5b9
Octal2345514046012231413311
Binary10111001011011100000100110010100101100110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,45); }

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

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

 a { background-color: rgb(2,28,45); }

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

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

 span { border-color: rgb(2,28,45); }

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