#092830

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

Shades of Black Pearl #092830

Tints of Black Pearl #092830

Color information

#092830 (or 0x092830) is unknown color: approx Black Pearl. HEX triplet: 09, 28 and 30. RGB value is (9,40,48). Sum of RGB (Red+Green+Blue) = 9+40+48=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #092830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092830 is #F6D7CF. Grayscale: #1F1F1F. Windows color (decimal): -16177104 or 3155977. OLE color: 3155977.

HSL color Cylindrical-coordinate representation of color #092830: hue angle of 192.31º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092830 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB94048-
CMYK0.810.1700.81
HSL192.31º68.42%11.18%-
HSV(B)192.31º81.25%18.82%-
XYZ1.41.793.07-
YUV31.64137.23111.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 48 (19.14% from 255) = 49.48%
R=9.28%
G=41.24%
B=49.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal940480.810.1700.81192.3168.4211.18
Hex928305111051c044b
Octal11506012121012130010413
Binary1001101000110000101000110001010100011100000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092830; }

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

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

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

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

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

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

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

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