#092629

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

Shades of Black Pearl #092629

Tints of Black Pearl #092629

Color information

#092629 (or 0x092629) is unknown color: approx Black Pearl. HEX triplet: 09, 26 and 29. RGB value is (9,38,41). Sum of RGB (Red+Green+Blue) = 9+38+41=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 41 - color contains mainly: blue. Hex color #092629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092629 is #F6D9D6. Grayscale: #1D1D1D. Windows color (decimal): -16177623 or 2696713. OLE color: 2696713.

HSL color Cylindrical-coordinate representation of color #092629: hue angle of 185.62º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092629 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB93841-
CMYK0.780.0700.84
HSL185.62º64%9.8%-
HSV(B)185.62º78.05%16.08%-
XYZ1.211.62.34-
YUV29.67134.39113.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 41 (16.41% from 255) = 46.59%
R=10.23%
G=43.18%
B=46.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal938410.780.0700.84185.62649.8
Hex926294E7054ba40a
Octal1146511167012427210012
Binary10011001101010011001110111010101001011101010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092629; }

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

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

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

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

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

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

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

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