#13212F

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

Shades of Black Pearl #13212F

Tints of Black Pearl #13212F

Color information

#13212F (or 0x13212F) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 2F. RGB value is (19,33,47). Sum of RGB (Red+Green+Blue) = 19+33+47=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #13212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13212F is #ECDED0. Grayscale: #1E1E1E. Windows color (decimal): -15523537 or 3088659. OLE color: 3088659.

HSL color Cylindrical-coordinate representation of color #13212F: hue angle of 210º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13212F is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193347-
CMYK0.600.3000.82
HSL210º42.42%12.94%-
HSV(B)210º59.57%18.43%-
XYZ1.331.432.9-
YUV30.41137.36119.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=19.19%
G=33.33%
B=47.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1933470.600.3000.8221042.4212.94
Hex13212F3C1E052d22ad
Octal234157743601223225215
Binary100111000011011111111001111001010010110100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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