#092035

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

Shades of Black Pearl #092035

Tints of Black Pearl #092035

Color information

#092035 (or 0x092035) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 35. RGB value is (9,32,53). Sum of RGB (Red+Green+Blue) = 9+32+53=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #092035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092035 is #F6DFCA. Grayscale: #1B1B1B. Windows color (decimal): -16179147 or 3481609. OLE color: 3481609.

HSL color Cylindrical-coordinate representation of color #092035: hue angle of 208.64º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092035 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB93253-
CMYK0.830.4000.79
HSL208.64º70.97%12.16%-
HSV(B)208.64º83.02%20.78%-
XYZ1.271.353.56-
YUV27.52142.38114.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 53 (21.09% from 255) = 56.38%
R=9.57%
G=34.04%
B=56.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal932530.830.4000.79208.6470.9712.16
Hex92035532804Fd147c
Octal11406512350011732110714
Binary10011000001101011010011101000010011111101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092035; }

 p { color: rgb(9,32,53); }

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

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

 a { background-color: rgb(9,32,53); }

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

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

 span { border-color: rgb(9,32,53); }

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