#13232B

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

Shades of Black Pearl #13232B

Tints of Black Pearl #13232B

Color information

#13232B (or 0x13232B) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 2B. RGB value is (19,35,43). Sum of RGB (Red+Green+Blue) = 19+35+43=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #13232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13232B is #ECDCD4. Grayscale: #1F1F1F. Windows color (decimal): -15523029 or 2827027. OLE color: 2827027.

HSL color Cylindrical-coordinate representation of color #13232B: hue angle of 200º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13232B is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB193543-
CMYK0.560.1900.83
HSL200º38.71%12.16%-
HSV(B)200º55.81%16.86%-
XYZ1.311.512.51-
YUV31.13134.7119.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 43 (17.19% from 255) = 44.33%
R=19.59%
G=36.08%
B=44.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1935430.560.1900.8320038.7112.16
Hex13232B3813053c827c
Octal234353702301233104714
Binary100111000111010111110001001101010011110010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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