#09131C

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

Shades of Black Pearl #09131C

Tints of Black Pearl #09131C

Color information

#09131C (or 0x09131C) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 1C. RGB value is (9,19,28). Sum of RGB (Red+Green+Blue) = 9+19+28=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #09131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131C is #F6ECE3. Grayscale: #101010. Windows color (decimal): -16182500 or 1839881. OLE color: 1839881.

HSL color Cylindrical-coordinate representation of color #09131C: hue angle of 208.42º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09131C is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB91928-
CMYK0.680.3200.89
HSL208.42º51.35%7.25%-
HSV(B)208.42º67.86%10.98%-
XYZ0.560.611.19-
YUV17.04134.19122.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.07%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 28 (11.33% from 255) = 50%
R=16.07%
G=33.93%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal919280.680.3200.89208.4251.357.25
Hex9131C4420059d0337
Octal112334104400131320637
Binary1001100111110010001001000000101100111010000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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