#091F2A

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

Shades of Black Pearl #091F2A

Tints of Black Pearl #091F2A

Color information

#091F2A (or 0x091F2A) is unknown color: approx Black Pearl. HEX triplet: 09, 1F and 2A. RGB value is (9,31,42). Sum of RGB (Red+Green+Blue) = 9+31+42=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #091F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F2A is #F6E0D5. Grayscale: #191919. Windows color (decimal): -16179414 or 2760457. OLE color: 2760457.

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

Color convert

RGB93142-
CMYK0.790.2600.84
HSL200º64.71%10%-
HSV(B)200º78.57%16.47%-
XYZ1.021.212.37-
YUV25.68137.21116.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=10.98%
G=37.80%
B=51.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal931420.790.2600.8420064.7110
Hex91F2A4F1A054c841a
Octal11375211732012431010112
Binary100111111101010100111111010010101001100100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,31,42); }

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

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

 a { background-color: rgb(9,31,42); }

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

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

 span { border-color: rgb(9,31,42); }

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