#09272E

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

Shades of Black Pearl #09272E

Tints of Black Pearl #09272E

Color information

#09272E (or 0x09272E) is unknown color: approx Black Pearl. HEX triplet: 09, 27 and 2E. RGB value is (9,39,46). Sum of RGB (Red+Green+Blue) = 9+39+46=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #09272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09272E is #F6D8D1. Grayscale: #1E1E1E. Windows color (decimal): -16177362 or 3024649. OLE color: 3024649.

HSL color Cylindrical-coordinate representation of color #09272E: hue angle of 191.35º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09272E is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93946-
CMYK0.800.1500.82
HSL191.35º67.27%10.78%-
HSV(B)191.35º80.43%18.04%-
XYZ1.331.712.84-
YUV30.83136.56112.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=9.57%
G=41.49%
B=48.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal939460.800.1500.82191.3567.2710.78
Hex9272E50F052bf43b
Octal11475612017012227710313
Binary100110011110111010100001111010100101011111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09272E; }

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

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

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

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

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

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

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

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