#022326

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

Shades of Black Pearl #022326

Tints of Black Pearl #022326

Color information

#022326 (or 0x022326) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 26. RGB value is (2,35,38). Sum of RGB (Red+Green+Blue) = 2+35+38=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #022326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022326 is #FDDCD9. Grayscale: #191919. Windows color (decimal): -16637146 or 2499330. OLE color: 2499330.

HSL color Cylindrical-coordinate representation of color #022326: hue angle of 185º 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 #022326 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23538-
CMYK0.950.0800.85
HSL185º90%7.84%-
HSV(B)185º94.74%14.9%-
XYZ0.981.352.04-
YUV25.48135.07111.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 38 (15.23% from 255) = 50.67%
R=2.67%
G=46.67%
B=50.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal235380.950.0800.85185907.84
Hex223265F8055b95a8
Octal2434613710012527113210
Binary1010001110011010111111000010101011011100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022326; }

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

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

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

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

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

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

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

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