#091314

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

Shades of Black Pearl #091314

Tints of Black Pearl #091314

Color information

#091314 (or 0x091314) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 14. RGB value is (9,19,20). Sum of RGB (Red+Green+Blue) = 9+19+20=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #091314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091314 is #F6ECEB. Grayscale: #101010. Windows color (decimal): -16182508 or 1315593. OLE color: 1315593.

HSL color Cylindrical-coordinate representation of color #091314: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #091314 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91920-
CMYK0.550.0500.92
HSL185.45º37.93%5.69%-
HSV(B)185.45º55%7.84%-
XYZ0.470.570.75-
YUV16.12130.19122.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.75%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 20 (8.20% from 255) = 41.67%
R=18.75%
G=39.58%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal919200.550.0500.92185.4537.935.69
Hex9131437505Cb9266
Octal1123246750134271466
Binary100110011101001101111010101110010111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091314; }

 p { color: rgb(9,19,20); }

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

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

 a { background-color: rgb(9,19,20); }

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

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

 span { border-color: rgb(9,19,20); }

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