#192125

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

Shades of Black Pearl #192125

Tints of Black Pearl #192125

Color information

#192125 (or 0x192125) is unknown color: approx Black Pearl. HEX triplet: 19, 21 and 25. RGB value is (25,33,37). Sum of RGB (Red+Green+Blue) = 25+33+37=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #192125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192125 is #E6DEDA. Grayscale: #1F1F1F. Windows color (decimal): -15130331 or 2433305. OLE color: 2433305.

HSL color Cylindrical-coordinate representation of color #192125: hue angle of 200º 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 #192125 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB253337-
CMYK0.320.1100.85
HSL200º19.35%12.16%-
HSV(B)200º32.43%14.51%-
XYZ1.281.431.96-
YUV31.06131.35123.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.32%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=26.32%
G=34.74%
B=38.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2533370.320.1100.8520019.3512.16
Hex19212520B055c813c
Octal314145401301253102314
Binary1100110000110010110000010110101010111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192125; }

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

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

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

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

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

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

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

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