#09262B

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

Shades of Black Pearl #09262B

Tints of Black Pearl #09262B

Color information

#09262B (or 0x09262B) is unknown color: approx Black Pearl. HEX triplet: 09, 26 and 2B. RGB value is (9,38,43). Sum of RGB (Red+Green+Blue) = 9+38+43=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #09262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09262B is #F6D9D4. Grayscale: #1D1D1D. Windows color (decimal): -16177621 or 2827785. OLE color: 2827785.

HSL color Cylindrical-coordinate representation of color #09262B: hue angle of 188.82º 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 #09262B is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93843-
CMYK0.790.1200.83
HSL188.82º65.38%10.2%-
HSV(B)188.82º79.07%16.86%-
XYZ1.241.622.53-
YUV29.9135.39113.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=10%
G=42.22%
B=47.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal938430.790.1200.83188.8265.3810.2
Hex9262B4FC053bd41a
Octal11465311714012327510112
Binary100110011010101110011111100010100111011110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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