#13242F

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

Shades of Black Pearl #13242F

Tints of Black Pearl #13242F

Color information

#13242F (or 0x13242F) is unknown color: approx Black Pearl. HEX triplet: 13, 24 and 2F. RGB value is (19,36,47). Sum of RGB (Red+Green+Blue) = 19+36+47=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #13242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13242F is #ECDBD0. Grayscale: #202020. Windows color (decimal): -15522769 or 3089427. OLE color: 3089427.

HSL color Cylindrical-coordinate representation of color #13242F: hue angle of 203.57º 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 #13242F is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193647-
CMYK0.600.2300.82
HSL203.57º42.42%12.94%-
HSV(B)203.57º59.57%18.43%-
XYZ1.411.612.92-
YUV32.17136.37118.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=18.63%
G=35.29%
B=46.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1936470.600.2300.82203.5742.4212.94
Hex13242F3C17052cc2ad
Octal234457742701223145215
Binary100111001001011111111001011101010010110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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