#13222C

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

Shades of Black Pearl #13222C

Tints of Black Pearl #13222C

Color information

#13222C (or 0x13222C) is unknown color: approx Black Pearl. HEX triplet: 13, 22 and 2C. RGB value is (19,34,44). Sum of RGB (Red+Green+Blue) = 19+34+44=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #13222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13222C is #ECDDD3. Grayscale: #1E1E1E. Windows color (decimal): -15523284 or 2892307. OLE color: 2892307.

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

Color convert

RGB193444-
CMYK0.570.2300.83
HSL204º39.68%12.35%-
HSV(B)204º56.82%17.25%-
XYZ1.31.462.6-
YUV30.66135.53119.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=19.59%
G=35.05%
B=45.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1934440.570.2300.8320439.6812.35
Hex13222C3917053cc28c
Octal234254712701233145014
Binary100111000101011001110011011101010011110011001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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