#192325

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

Shades of Black Pearl #192325

Tints of Black Pearl #192325

Color information

#192325 (or 0x192325) is unknown color: approx Black Pearl. HEX triplet: 19, 23 and 25. RGB value is (25,35,37). Sum of RGB (Red+Green+Blue) = 25+35+37=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #192325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192325 is #E6DCDA. Grayscale: #202020. Windows color (decimal): -15129819 or 2433817. OLE color: 2433817.

HSL color Cylindrical-coordinate representation of color #192325: hue angle of 190º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #192325 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB253537-
CMYK0.320.0500.85
HSL190º19.35%12.16%-
HSV(B)190º32.43%14.51%-
XYZ1.341.541.98-
YUV32.24130.69122.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.77%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=25.77%
G=36.08%
B=38.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2535370.320.0500.8519019.3512.16
Hex192325205055be13c
Octal31434540501252762314
Binary110011000111001011000001010101010110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192325; }

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

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

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

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

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

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

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

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