#09191F

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

Shades of Black Pearl #09191F

Tints of Black Pearl #09191F

Color information

#09191F (or 0x09191F) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 1F. RGB value is (9,25,31). Sum of RGB (Red+Green+Blue) = 9+25+31=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #09191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191F is #F6E6E0. Grayscale: #141414. Windows color (decimal): -16180961 or 2038025. OLE color: 2038025.

HSL color Cylindrical-coordinate representation of color #09191F: hue angle of 196.36º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09191F is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92531-
CMYK0.710.1900.88
HSL196.36º55%7.84%-
HSV(B)196.36º70.97%12.16%-
XYZ0.710.851.42-
YUV20.9133.7119.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=13.85%
G=38.46%
B=47.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal925310.710.1900.88196.36557.84
Hex9191F4713058c4378
Octal1131371072301303046710
Binary1001110011111110001111001101011000110001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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