#09272B

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

Shades of Black Pearl #09272B

Tints of Black Pearl #09272B

Color information

#09272B (or 0x09272B) is unknown color: approx Black Pearl. HEX triplet: 09, 27 and 2B. RGB value is (9,39,43). Sum of RGB (Red+Green+Blue) = 9+39+43=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #09272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09272B is #F6D8D4. Grayscale: #1E1E1E. Windows color (decimal): -16177365 or 2828041. OLE color: 2828041.

HSL color Cylindrical-coordinate representation of color #09272B: hue angle of 187.06º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09272B is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93943-
CMYK0.790.0900.83
HSL187.06º65.38%10.2%-
HSV(B)187.06º79.07%16.86%-
XYZ1.271.682.54-
YUV30.49135.06112.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=9.89%
G=42.86%
B=47.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal939430.790.0900.83187.0665.3810.2
Hex9272B4F9053bb41a
Octal11475311711012327310112
Binary100110011110101110011111001010100111011101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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