#021B34

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

Shades of Black Pearl #021B34

Tints of Black Pearl #021B34

Color information

#021B34 (or 0x021B34) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 34. RGB value is (2,27,52). Sum of RGB (Red+Green+Blue) = 2+27+52=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #021B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B34 is #FDE4CB. Grayscale: #161616. Windows color (decimal): -16639180 or 3414786. OLE color: 3414786.

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

Color convert

RGB22752-
CMYK0.960.4800.80
HSL210º92.59%10.59%-
HSV(B)210º96.15%20.39%-
XYZ1.041.043.4-
YUV22.38144.72113.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 64.20%
R=2.47%
G=33.33%
B=64.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal227520.960.4800.8021092.5910.59
Hex21B346030050d25db
Octal2336414060012032213513
Binary10110111101001100000110000010100001101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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