#13232C

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

Shades of Black Pearl #13232C

Tints of Black Pearl #13232C

Color information

#13232C (or 0x13232C) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 2C. RGB value is (19,35,44). Sum of RGB (Red+Green+Blue) = 19+35+44=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #13232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13232C is #ECDCD3. Grayscale: #1F1F1F. Windows color (decimal): -15523028 or 2892563. OLE color: 2892563.

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

Color convert

RGB193544-
CMYK0.570.2000.83
HSL201.6º39.68%12.35%-
HSV(B)201.6º56.82%17.25%-
XYZ1.321.522.61-
YUV31.24135.2119.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=19.39%
G=35.71%
B=44.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1935440.570.2000.83201.639.6812.35
Hex13232C3914053ca28c
Octal234354712401233125014
Binary100111000111011001110011010001010011110010101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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