#13222B

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

Shades of Black Pearl #13222B

Tints of Black Pearl #13222B

Color information

#13222B (or 0x13222B) is unknown color: approx Black Pearl. HEX triplet: 13, 22 and 2B. RGB value is (19,34,43). Sum of RGB (Red+Green+Blue) = 19+34+43=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #13222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13222B is #ECDDD4. Grayscale: #1E1E1E. Windows color (decimal): -15523285 or 2826771. OLE color: 2826771.

HSL color Cylindrical-coordinate representation of color #13222B: hue angle of 202.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13222B is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB193443-
CMYK0.560.2100.83
HSL202.5º38.71%12.16%-
HSV(B)202.5º55.81%16.86%-
XYZ1.281.462.5-
YUV30.54135.03119.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=19.79%
G=35.42%
B=44.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1934430.560.2100.83202.538.7112.16
Hex13222B3815053ca27c
Octal234253702501233124714
Binary100111000101010111110001010101010011110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13222B; }

 p { color: rgb(19,34,43); }

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

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

 a { background-color: rgb(19,34,43); }

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

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

 span { border-color: rgb(19,34,43); }

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