#011D30

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

Shades of Black Pearl #011D30

Tints of Black Pearl #011D30

Color information

#011D30 (or 0x011D30) is unknown color: approx Black Pearl. HEX triplet: 01, 1D and 30. RGB value is (1,29,48). Sum of RGB (Red+Green+Blue) = 1+29+48=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #011D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D30 is #FEE2CF. Grayscale: #161616. Windows color (decimal): -16704208 or 3153153. OLE color: 3153153.

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

Color convert

RGB12948-
CMYK0.980.4000.81
HSL204.26º95.92%9.61%-
HSV(B)204.26º97.92%18.82%-
XYZ0.991.12.96-
YUV22.79142.22112.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=1.28%
G=37.18%
B=61.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal129480.980.4000.81204.2695.929.61
Hex11D306228051cc60a
Octal1356014250012131414012
Binary1111011100001100010101000010100011100110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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