#021B2D

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

Shades of Black Pearl #021B2D

Tints of Black Pearl #021B2D

Color information

#021B2D (or 0x021B2D) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 2D. RGB value is (2,27,45). Sum of RGB (Red+Green+Blue) = 2+27+45=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #021B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B2D is #FDE4D2. Grayscale: #151515. Windows color (decimal): -16639187 or 2956034. OLE color: 2956034.

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

Color convert

RGB22745-
CMYK0.960.400.82
HSL205.12º91.49%9.22%-
HSV(B)205.12º95.56%17.65%-
XYZ0.890.992.63-
YUV21.58141.22114.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 27 (10.94% from 255) = 36.49%
BLUE value IS 45 (17.97% from 255) = 60.81%
R=2.70%
G=36.49%
B=60.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal227450.960.400.82205.1291.499.22
Hex21B2D6028052cd5b9
Octal2335514050012231513311
Binary10110111011011100000101000010100101100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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