#13212C

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

Shades of Black Pearl #13212C

Tints of Black Pearl #13212C

Color information

#13212C (or 0x13212C) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 2C. RGB value is (19,33,44). Sum of RGB (Red+Green+Blue) = 19+33+44=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #13212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13212C is #ECDED3. Grayscale: #1E1E1E. Windows color (decimal): -15523540 or 2892051. OLE color: 2892051.

HSL color Cylindrical-coordinate representation of color #13212C: hue angle of 206.4º 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 #13212C is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB193344-
CMYK0.570.2500.83
HSL206.4º39.68%12.35%-
HSV(B)206.4º56.82%17.25%-
XYZ1.271.412.59-
YUV30.07135.86120.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=19.79%
G=34.38%
B=45.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1933440.570.2500.83206.439.6812.35
Hex13212C3919053ce28c
Octal234154713101233165014
Binary100111000011011001110011100101010011110011101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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