#09282D

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

Shades of Black Pearl #09282D

Tints of Black Pearl #09282D

Color information

#09282D (or 0x09282D) is unknown color: approx Black Pearl. HEX triplet: 09, 28 and 2D. RGB value is (9,40,45). Sum of RGB (Red+Green+Blue) = 9+40+45=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #09282D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09282D is #F6D7D2. Grayscale: #1F1F1F. Windows color (decimal): -16177107 or 2959369. OLE color: 2959369.

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

Color convert

RGB94045-
CMYK0.80.1100.82
HSL188.33º66.67%10.59%-
HSV(B)188.33º80%17.65%-
XYZ1.351.772.75-
YUV31.3135.73112.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=9.57%
G=42.55%
B=47.87%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal940450.80.1100.82188.3366.6710.59
Hex9282D50B052bc43b
Octal11505512013012227410313
Binary100110100010110110100001011010100101011110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09282D; }

 p { color: rgb(9,40,45); }

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

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

 a { background-color: rgb(9,40,45); }

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

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

 span { border-color: rgb(9,40,45); }

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