#19232F

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

Shades of Black Pearl #19232F

Tints of Black Pearl #19232F

Color information

#19232F (or 0x19232F) is unknown color: approx Black Pearl. HEX triplet: 19, 23 and 2F. RGB value is (25,35,47). Sum of RGB (Red+Green+Blue) = 25+35+47=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #19232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19232F is #E6DCD0. Grayscale: #212121. Windows color (decimal): -15129809 or 3089177. OLE color: 3089177.

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

Color convert

RGB253547-
CMYK0.470.2600.82
HSL212.73º30.56%14.12%-
HSV(B)212.73º46.81%18.43%-
XYZ1.521.612.92-
YUV33.38135.69122.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.36%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=23.36%
G=32.71%
B=43.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2535470.470.2600.82212.7330.5614.12
Hex19232F2F1A052d51fe
Octal314357573201223253716
Binary11001100011101111101111110100101001011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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