#092B34

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

Shades of Black Pearl #092B34

Tints of Black Pearl #092B34

Color information

#092B34 (or 0x092B34) is unknown color: approx Black Pearl. HEX triplet: 09, 2B and 34. RGB value is (9,43,52). Sum of RGB (Red+Green+Blue) = 9+43+52=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #092B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B34 is #F6D4CB. Grayscale: #212121. Windows color (decimal): -16176332 or 3418889. OLE color: 3418889.

HSL color Cylindrical-coordinate representation of color #092B34: hue angle of 192.56º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092B34 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB94352-
CMYK0.830.1700.80
HSL192.56º70.49%11.96%-
HSV(B)192.56º82.69%20.39%-
XYZ1.62.033.56-
YUV33.86138.24110.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 43 (17.19% from 255) = 41.35%
BLUE value IS 52 (20.70% from 255) = 50%
R=8.65%
G=41.35%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal943520.830.1700.80192.5670.4911.96
Hex92B345311050c146c
Octal11536412321012030110614
Binary1001101011110100101001110001010100001100000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,43,52); }

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

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

 a { background-color: rgb(9,43,52); }

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

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

 span { border-color: rgb(9,43,52); }

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