#09131A

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

Shades of Black Pearl #09131A

Tints of Black Pearl #09131A

Color information

#09131A (or 0x09131A) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 1A. RGB value is (9,19,26). Sum of RGB (Red+Green+Blue) = 9+19+26=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #09131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131A is #F6ECE5. Grayscale: #101010. Windows color (decimal): -16182502 or 1708809. OLE color: 1708809.

HSL color Cylindrical-coordinate representation of color #09131A: hue angle of 204.71º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #09131A is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB91926-
CMYK0.650.2700.90
HSL204.71º48.57%6.86%-
HSV(B)204.71º65.38%10.2%-
XYZ0.530.61.06-
YUV16.81133.19122.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=16.67%
G=35.19%
B=48.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal919260.650.2700.90204.7148.576.86
Hex9131A411B05Acd317
Octal112332101330132315617
Binary100110011110101000001110110101101011001101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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