#09141B

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

Shades of Black Pearl #09141B

Tints of Black Pearl #09141B

Color information

#09141B (or 0x09141B) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 1B. RGB value is (9,20,27). Sum of RGB (Red+Green+Blue) = 9+20+27=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #09141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141B is #F6EBE4. Grayscale: #111111. Windows color (decimal): -16182245 or 1774601. OLE color: 1774601.

HSL color Cylindrical-coordinate representation of color #09141B: hue angle of 203.33º 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 #09141B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB92027-
CMYK0.670.2600.89
HSL203.33º50%7.06%-
HSV(B)203.33º66.67%10.59%-
XYZ0.560.641.13-
YUV17.51133.36121.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.07%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=16.07%
G=35.71%
B=48.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal920270.670.2600.89203.33507.06
Hex9141B431A059cb327
Octal112433103320131313627
Binary100110100110111000011110100101100111001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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