#19232E

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

Shades of Black Pearl #19232E

Tints of Black Pearl #19232E

Color information

#19232E (or 0x19232E) is unknown color: approx Black Pearl. HEX triplet: 19, 23 and 2E. RGB value is (25,35,46). Sum of RGB (Red+Green+Blue) = 25+35+46=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #19232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19232E is #E6DCD1. Grayscale: #212121. Windows color (decimal): -15129810 or 3023641. OLE color: 3023641.

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

Color convert

RGB253546-
CMYK0.460.2400.82
HSL211.43º29.58%13.92%-
HSV(B)211.43º45.65%18.04%-
XYZ1.51.612.82-
YUV33.26135.19122.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=23.58%
G=33.02%
B=43.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2535460.460.2400.82211.4329.5813.92
Hex19232E2E18052d31ee
Octal314356563001223233616
Binary11001100011101110101110110000101001011010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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