#091C1F

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

Shades of Black Pearl #091C1F

Tints of Black Pearl #091C1F

Color information

#091C1F (or 0x091C1F) is unknown color: approx Black Pearl. HEX triplet: 09, 1C and 1F. RGB value is (9,28,31). Sum of RGB (Red+Green+Blue) = 9+28+31=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #091C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C1F is #F6E3E0. Grayscale: #161616. Windows color (decimal): -16180193 or 2038793. OLE color: 2038793.

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

Color convert

RGB92831-
CMYK0.710.1000.88
HSL188.18º55%7.84%-
HSV(B)188.18º70.97%12.16%-
XYZ0.780.991.45-
YUV22.66132.71118.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.24%
GREEN value IS 28 (11.33% from 255) = 41.18%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=13.24%
G=41.18%
B=45.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal928310.710.1000.88188.18557.84
Hex91C1F47A058bc378
Octal1134371071201302746710
Binary100111100111111000111101001011000101111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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