#13212D

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

Shades of Black Pearl #13212D

Tints of Black Pearl #13212D

Color information

#13212D (or 0x13212D) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 2D. RGB value is (19,33,45). Sum of RGB (Red+Green+Blue) = 19+33+45=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #13212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13212D is #ECDED2. Grayscale: #1E1E1E. Windows color (decimal): -15523539 or 2957587. OLE color: 2957587.

HSL color Cylindrical-coordinate representation of color #13212D: hue angle of 207.69º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13212D is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193345-
CMYK0.580.2700.82
HSL207.69º40.62%12.55%-
HSV(B)207.69º57.78%17.65%-
XYZ1.291.422.69-
YUV30.18136.36120.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=19.59%
G=34.02%
B=46.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1933450.580.2700.82207.6940.6212.55
Hex13212D3A1B052d029d
Octal234155723301223205115
Binary100111000011011011110101101101010010110100001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13212D; }

 p { color: rgb(19,33,45); }

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

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

 a { background-color: rgb(19,33,45); }

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

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

 span { border-color: rgb(19,33,45); }

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