#13232F

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

Shades of Black Pearl #13232F

Tints of Black Pearl #13232F

Color information

#13232F (or 0x13232F) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 2F. RGB value is (19,35,47). Sum of RGB (Red+Green+Blue) = 19+35+47=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #13232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13232F is #ECDCD0. Grayscale: #1F1F1F. Windows color (decimal): -15523025 or 3089171. OLE color: 3089171.

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

Color convert

RGB193547-
CMYK0.600.2600.82
HSL205.71º42.42%12.94%-
HSV(B)205.71º59.57%18.43%-
XYZ1.381.552.91-
YUV31.58136.7119.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=18.81%
G=34.65%
B=46.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1935470.600.2600.82205.7142.4212.94
Hex13232F3C1A052ce2ad
Octal234357743201223165215
Binary100111000111011111111001101001010010110011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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