#091D1F

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

Shades of Black Pearl #091D1F

Tints of Black Pearl #091D1F

Color information

#091D1F (or 0x091D1F) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 1F. RGB value is (9,29,31). Sum of RGB (Red+Green+Blue) = 9+29+31=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #091D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D1F is #F6E2E0. Grayscale: #171717. Windows color (decimal): -16179937 or 2039049. OLE color: 2039049.

HSL color Cylindrical-coordinate representation of color #091D1F: hue angle of 185.45º 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 #091D1F is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92931-
CMYK0.710.0600.88
HSL185.45º55%7.84%-
HSV(B)185.45º70.97%12.16%-
XYZ0.81.041.45-
YUV23.25132.37117.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.04%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 31 (12.5% from 255) = 44.93%
R=13.04%
G=42.03%
B=44.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal929310.710.0600.88185.45557.84
Hex91D1F476058b9378
Octal113537107601302716710
Binary10011110111111100011111001011000101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091D1F; }

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

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

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

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

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

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

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

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