#092634

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

Shades of Black Pearl #092634

Tints of Black Pearl #092634

Color information

#092634 (or 0x092634) is unknown color: approx Black Pearl. HEX triplet: 09, 26 and 34. RGB value is (9,38,52). Sum of RGB (Red+Green+Blue) = 9+38+52=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #092634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092634 is #F6D9CB. Grayscale: #1E1E1E. Windows color (decimal): -16177612 or 3417609. OLE color: 3417609.

HSL color Cylindrical-coordinate representation of color #092634: hue angle of 199.53º 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 #092634 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB93852-
CMYK0.830.2700.80
HSL199.53º70.49%11.96%-
HSV(B)199.53º82.69%20.39%-
XYZ1.431.693.5-
YUV30.92139.89112.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 52 (20.70% from 255) = 52.53%
R=9.09%
G=38.38%
B=52.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal938520.830.2700.80199.5370.4911.96
Hex92634531B050c846c
Octal11466412333012031010614
Binary1001100110110100101001111011010100001100100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092634; }

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

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

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

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

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

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

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

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