#13232E

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

Shades of Black Pearl #13232E

Tints of Black Pearl #13232E

Color information

#13232E (or 0x13232E) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 2E. RGB value is (19,35,46). Sum of RGB (Red+Green+Blue) = 19+35+46=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #13232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13232E is #ECDCD1. Grayscale: #1F1F1F. Windows color (decimal): -15523026 or 3023635. OLE color: 3023635.

HSL color Cylindrical-coordinate representation of color #13232E: hue angle of 204.44º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13232E is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193546-
CMYK0.590.2400.82
HSL204.44º41.54%12.75%-
HSV(B)204.44º58.7%18.04%-
XYZ1.361.542.81-
YUV31.47136.2119.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 46 (18.36% from 255) = 46%
R=19%
G=35%
B=46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1935460.590.2400.82204.4441.5412.75
Hex13232E3B18052cc2ad
Octal234356733001223145215
Binary100111000111011101110111100001010010110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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