#022026

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

Shades of Black Pearl #022026

Tints of Black Pearl #022026

Color information

#022026 (or 0x022026) is unknown color: approx Black Pearl. HEX triplet: 02, 20 and 26. RGB value is (2,32,38). Sum of RGB (Red+Green+Blue) = 2+32+38=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #022026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022026 is #FDDFD9. Grayscale: #171717. Windows color (decimal): -16637914 or 2498562. OLE color: 2498562.

HSL color Cylindrical-coordinate representation of color #022026: hue angle of 190º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022026 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23238-
CMYK0.950.1600.85
HSL190º90%7.84%-
HSV(B)190º94.74%14.9%-
XYZ0.891.192.02-
YUV23.71136.06112.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 38 (15.23% from 255) = 52.78%
R=2.78%
G=44.44%
B=52.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal232380.950.1600.85190907.84
Hex220265F10055be5a8
Octal2404613720012527613210
Binary10100000100110101111110000010101011011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022026; }

 p { color: rgb(2,32,38); }

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

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

 a { background-color: rgb(2,32,38); }

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

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

 span { border-color: rgb(2,32,38); }

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