#091D30

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

Shades of Black Pearl #091D30

Tints of Black Pearl #091D30

Color information

#091D30 (or 0x091D30) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 30. RGB value is (9,29,48). Sum of RGB (Red+Green+Blue) = 9+29+48=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #091D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D30 is #F6E2CF. Grayscale: #191919. Windows color (decimal): -16179920 or 3153161. OLE color: 3153161.

HSL color Cylindrical-coordinate representation of color #091D30: hue angle of 209.23º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091D30 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB92948-
CMYK0.810.4000.81
HSL209.23º68.42%11.18%-
HSV(B)209.23º81.25%18.82%-
XYZ1.091.152.96-
YUV25.19140.87116.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=10.47%
G=33.72%
B=55.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal929480.810.4000.81209.2368.4211.18
Hex91D305128051d144b
Octal11356012150012132110413
Binary1001111011100001010001101000010100011101000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,29,48); }

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

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

 a { background-color: rgb(9,29,48); }

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

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

 span { border-color: rgb(9,29,48); }

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