#021B35

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

Shades of Black Pearl #021B35

Tints of Black Pearl #021B35

Color information

#021B35 (or 0x021B35) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 35. RGB value is (2,27,53). Sum of RGB (Red+Green+Blue) = 2+27+53=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #021B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B35 is #FDE4CA. Grayscale: #161616. Windows color (decimal): -16639179 or 3480322. OLE color: 3480322.

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

Color convert

RGB22753-
CMYK0.960.4900.79
HSL210.59º92.73%10.78%-
HSV(B)210.59º96.23%20.78%-
XYZ1.061.053.52-
YUV22.49145.22113.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=2.44%
G=32.93%
B=64.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal227530.960.4900.79210.5992.7310.78
Hex21B35603104Fd35db
Octal2336514061011732313513
Binary10110111101011100000110001010011111101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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