#021F34

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

Shades of Black Pearl #021F34

Tints of Black Pearl #021F34

Color information

#021F34 (or 0x021F34) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 34. RGB value is (2,31,52). Sum of RGB (Red+Green+Blue) = 2+31+52=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #021F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F34 is #FDE0CB. Grayscale: #181818. Windows color (decimal): -16638156 or 3415810. OLE color: 3415810.

HSL color Cylindrical-coordinate representation of color #021F34: hue angle of 205.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021F34 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB23152-
CMYK0.960.4000.80
HSL205.2º92.59%10.59%-
HSV(B)205.2º96.15%20.39%-
XYZ1.131.243.43-
YUV24.72143.39111.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 52 (20.70% from 255) = 61.18%
R=2.35%
G=36.47%
B=61.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal231520.960.4000.80205.292.5910.59
Hex21F346028050cd5db
Octal2376414050012031513513
Binary10111111101001100000101000010100001100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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