#091C2B

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

Shades of Black Pearl #091C2B

Tints of Black Pearl #091C2B

Color information

#091C2B (or 0x091C2B) is unknown color: approx Black Pearl. HEX triplet: 09, 1C and 2B. RGB value is (9,28,43). Sum of RGB (Red+Green+Blue) = 9+28+43=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #091C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C2B is #F6E3D4. Grayscale: #171717. Windows color (decimal): -16180181 or 2825225. OLE color: 2825225.

HSL color Cylindrical-coordinate representation of color #091C2B: hue angle of 206.47º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #091C2B is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB92843-
CMYK0.790.3500.83
HSL206.47º65.38%10.2%-
HSV(B)206.47º79.07%16.86%-
XYZ0.961.062.44-
YUV24.03138.71117.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 43 (17.19% from 255) = 53.75%
R=11.25%
G=35%
B=53.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal928430.790.3500.83206.4765.3810.2
Hex91C2B4F23053ce41a
Octal11345311743012331610112
Binary1001111001010111001111100011010100111100111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091C2B; }

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

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

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

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

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

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

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

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