#091427

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

Shades of Black Pearl #091427

Tints of Black Pearl #091427

Color information

#091427 (or 0x091427) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 27. RGB value is (9,20,39). Sum of RGB (Red+Green+Blue) = 9+20+39=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #091427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091427 is #F6EBD8. Grayscale: #121212. Windows color (decimal): -16182233 or 2561033. OLE color: 2561033.

HSL color Cylindrical-coordinate representation of color #091427: hue angle of 218º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091427 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB92039-
CMYK0.770.4900.85
HSL218º62.5%9.41%-
HSV(B)218º76.92%15.29%-
XYZ0.730.72.02-
YUV18.88139.36120.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.24%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 39 (15.62% from 255) = 57.35%
R=13.24%
G=29.41%
B=57.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal920390.770.4900.8521862.59.41
Hex914274D31055da3e9
Octal1124471156101253327611
Binary100110100100111100110111000101010101110110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091427; }

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

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

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

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

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

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

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

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