#092A30

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

Shades of Black Pearl #092A30

Tints of Black Pearl #092A30

Color information

#092A30 (or 0x092A30) is unknown color: approx Black Pearl. HEX triplet: 09, 2A and 30. RGB value is (9,42,48). Sum of RGB (Red+Green+Blue) = 9+42+48=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #092A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A30 is #F6D5CF. Grayscale: #202020. Windows color (decimal): -16176592 or 3156489. OLE color: 3156489.

HSL color Cylindrical-coordinate representation of color #092A30: hue angle of 189.23º 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 #092A30 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB94248-
CMYK0.810.1300.81
HSL189.23º68.42%11.18%-
HSV(B)189.23º81.25%18.82%-
XYZ1.471.933.09-
YUV32.82136.57111.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=9.09%
G=42.42%
B=48.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal942480.810.1300.81189.2368.4211.18
Hex92A3051D051bd44b
Octal11526012115012127510413
Binary100110101011000010100011101010100011011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092A30; }

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

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

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

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

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

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

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

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