#092B38

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

Shades of Black Pearl #092B38

Tints of Black Pearl #092B38

Color information

#092B38 (or 0x092B38) is unknown color: approx Black Pearl. HEX triplet: 09, 2B and 38. RGB value is (9,43,56). Sum of RGB (Red+Green+Blue) = 9+43+56=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #092B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B38 is #F6D4C7. Grayscale: #222222. Windows color (decimal): -16176328 or 3681033. OLE color: 3681033.

HSL color Cylindrical-coordinate representation of color #092B38: hue angle of 196.6º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092B38 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB94356-
CMYK0.840.2300.78
HSL196.6º72.31%12.75%-
HSV(B)196.6º83.93%21.96%-
XYZ1.692.074.05-
YUV34.32140.24109.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=8.33%
G=39.81%
B=51.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal943560.840.2300.78196.672.3112.75
Hex92B38541704Ec548d
Octal11537012427011630511015
Binary1001101011111000101010010111010011101100010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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