#09262E

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

Shades of Black Pearl #09262E

Tints of Black Pearl #09262E

Color information

#09262E (or 0x09262E) is unknown color: approx Black Pearl. HEX triplet: 09, 26 and 2E. RGB value is (9,38,46). Sum of RGB (Red+Green+Blue) = 9+38+46=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #09262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09262E is #F6D9D1. Grayscale: #1E1E1E. Windows color (decimal): -16177618 or 3024393. OLE color: 3024393.

HSL color Cylindrical-coordinate representation of color #09262E: hue angle of 192.97º 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 #09262E is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93846-
CMYK0.800.1700.82
HSL192.97º67.27%10.78%-
HSV(B)192.97º80.43%18.04%-
XYZ1.31.642.83-
YUV30.24136.89112.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 38 (15.23% from 255) = 40.86%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=9.68%
G=40.86%
B=49.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal938460.800.1700.82192.9767.2710.78
Hex9262E5011052c143b
Octal11465612021012230110313
Binary1001100110101110101000010001010100101100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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