#09141A

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

Shades of Black Pearl #09141A

Tints of Black Pearl #09141A

Color information

#09141A (or 0x09141A) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 1A. RGB value is (9,20,26). Sum of RGB (Red+Green+Blue) = 9+20+26=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #09141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141A is #F6EBE5. Grayscale: #111111. Windows color (decimal): -16182246 or 1709065. OLE color: 1709065.

HSL color Cylindrical-coordinate representation of color #09141A: hue angle of 201.18º 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 #09141A is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB92026-
CMYK0.650.2300.90
HSL201.18º48.57%6.86%-
HSV(B)201.18º65.38%10.2%-
XYZ0.550.631.07-
YUV17.39132.86122.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 26 (10.55% from 255) = 47.27%
R=16.36%
G=36.36%
B=47.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal920260.650.2300.90201.1848.576.86
Hex9141A411705Ac9317
Octal112432101270132311617
Binary100110100110101000001101110101101011001001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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