#13222E

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

Shades of Black Pearl #13222E

Tints of Black Pearl #13222E

Color information

#13222E (or 0x13222E) is unknown color: approx Black Pearl. HEX triplet: 13, 22 and 2E. RGB value is (19,34,46). Sum of RGB (Red+Green+Blue) = 19+34+46=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #13222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13222E is #ECDDD1. Grayscale: #1E1E1E. Windows color (decimal): -15523282 or 3023379. OLE color: 3023379.

HSL color Cylindrical-coordinate representation of color #13222E: hue angle of 206.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13222E is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193446-
CMYK0.590.2600.82
HSL206.67º41.54%12.75%-
HSV(B)206.67º58.7%18.04%-
XYZ1.331.482.8-
YUV30.88136.53119.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=19.19%
G=34.34%
B=46.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1934460.590.2600.82206.6741.5412.75
Hex13222E3B1A052cf2ad
Octal234256733201223175215
Binary100111000101011101110111101001010010110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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