#021F35

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

Shades of Black Pearl #021F35

Tints of Black Pearl #021F35

Color information

#021F35 (or 0x021F35) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 35. RGB value is (2,31,53). Sum of RGB (Red+Green+Blue) = 2+31+53=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #021F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F35 is #FDE0CA. Grayscale: #181818. Windows color (decimal): -16638155 or 3481346. OLE color: 3481346.

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

Color convert

RGB23153-
CMYK0.960.4200.79
HSL205.88º92.73%10.78%-
HSV(B)205.88º96.23%20.78%-
XYZ1.161.253.55-
YUV24.84143.89111.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 53 (21.09% from 255) = 61.63%
R=2.33%
G=36.05%
B=61.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal231530.960.4200.79205.8892.7310.78
Hex21F35602A04Fce5db
Octal2376514052011731613513
Binary10111111101011100000101010010011111100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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