#09192C

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

Shades of Black Pearl #09192C

Tints of Black Pearl #09192C

Color information

#09192C (or 0x09192C) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 2C. RGB value is (9,25,44). Sum of RGB (Red+Green+Blue) = 9+25+44=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #09192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192C is #F6E6D3. Grayscale: #161616. Windows color (decimal): -16180948 or 2889993. OLE color: 2889993.

HSL color Cylindrical-coordinate representation of color #09192C: hue angle of 212.57º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09192C is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB92544-
CMYK0.800.4300.83
HSL212.57º66.04%10.39%-
HSV(B)212.57º79.55%17.25%-
XYZ0.910.942.52-
YUV22.38140.2118.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=11.54%
G=32.05%
B=56.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal925440.800.4300.83212.5766.0410.39
Hex9192C502B053d542a
Octal11315412053012332510212
Binary1001110011011001010000101011010100111101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09192C; }

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

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

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

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

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

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

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

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