#13292D

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

Shades of Black Pearl #13292D

Tints of Black Pearl #13292D

Color information

#13292D (or 0x13292D) is unknown color: approx Black Pearl. HEX triplet: 13, 29 and 2D. RGB value is (19,41,45). Sum of RGB (Red+Green+Blue) = 19+41+45=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #13292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13292D is #ECD6D2. Grayscale: #222222. Windows color (decimal): -15521491 or 2959635. OLE color: 2959635.

HSL color Cylindrical-coordinate representation of color #13292D: hue angle of 189.23º 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 #13292D is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB194145-
CMYK0.580.0900.82
HSL189.23º40.62%12.55%-
HSV(B)189.23º57.78%17.65%-
XYZ1.541.912.77-
YUV34.88133.71116.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=18.10%
G=39.05%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1941450.580.0900.82189.2340.6212.55
Hex13292D3A9052bd29d
Octal235155721101222755115
Binary10011101001101101111010100101010010101111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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