#09292E

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

Shades of Black Pearl #09292E

Tints of Black Pearl #09292E

Color information

#09292E (or 0x09292E) is unknown color: approx Black Pearl. HEX triplet: 09, 29 and 2E. RGB value is (9,41,46). Sum of RGB (Red+Green+Blue) = 9+41+46=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #09292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09292E is #F6D6D1. Grayscale: #1F1F1F. Windows color (decimal): -16176850 or 3025161. OLE color: 3025161.

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

Color convert

RGB94146-
CMYK0.800.1100.82
HSL188.11º67.27%10.78%-
HSV(B)188.11º80.43%18.04%-
XYZ1.41.842.87-
YUV32135.9111.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=9.38%
G=42.71%
B=47.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal941460.800.1100.82188.1167.2710.78
Hex9292E50B052bc43b
Octal11515612013012227410313
Binary100110100110111010100001011010100101011110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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