#09131B

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

Shades of Black Pearl #09131B

Tints of Black Pearl #09131B

Color information

#09131B (or 0x09131B) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 1B. RGB value is (9,19,27). Sum of RGB (Red+Green+Blue) = 9+19+27=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #09131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131B is #F6ECE4. Grayscale: #101010. Windows color (decimal): -16182501 or 1774345. OLE color: 1774345.

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

Color convert

RGB91927-
CMYK0.670.3000.89
HSL206.67º50%7.06%-
HSV(B)206.67º66.67%10.59%-
XYZ0.540.61.12-
YUV16.92133.69122.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 27 (10.94% from 255) = 49.09%
R=16.36%
G=34.55%
B=49.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal919270.670.3000.89206.67507.06
Hex9131B431E059cf327
Octal112333103360131317627
Binary100110011110111000011111100101100111001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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