#091925

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

Shades of Black Pearl #091925

Tints of Black Pearl #091925

Color information

#091925 (or 0x091925) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 25. RGB value is (9,25,37). Sum of RGB (Red+Green+Blue) = 9+25+37=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #091925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091925 is #F6E6DA. Grayscale: #151515. Windows color (decimal): -16180955 or 2431241. OLE color: 2431241.

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

Color convert

RGB92537-
CMYK0.760.3200.85
HSL205.71º60.87%9.02%-
HSV(B)205.71º75.68%14.51%-
XYZ0.790.891.88-
YUV21.58136.7119.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=12.68%
G=35.21%
B=52.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal925370.760.3200.85205.7160.879.02
Hex919254C20055ce3d9
Octal1131451144001253167511
Binary100111001100101100110010000001010101110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091925; }

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

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

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

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

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

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

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

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