#011F2D

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

Shades of Black Pearl #011F2D

Tints of Black Pearl #011F2D

Color information

#011F2D (or 0x011F2D) is unknown color: approx Black Pearl. HEX triplet: 01, 1F and 2D. RGB value is (1,31,45). Sum of RGB (Red+Green+Blue) = 1+31+45=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #011F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F2D is #FEE0D2. Grayscale: #171717. Windows color (decimal): -16703699 or 2957057. OLE color: 2957057.

HSL color Cylindrical-coordinate representation of color #011F2D: hue angle of 199.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011F2D is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13145-
CMYK0.980.3100.82
HSL199.09º95.65%9.02%-
HSV(B)199.09º97.78%17.65%-
XYZ0.981.182.66-
YUV23.63140.06111.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=1.30%
G=40.26%
B=58.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal131450.980.3100.82199.0995.659.02
Hex11F2D621F052c7609
Octal1375514237012230714011
Binary111111101101110001011111010100101100011111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,31,45); }

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

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

 a { background-color: rgb(1,31,45); }

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

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

 span { border-color: rgb(1,31,45); }

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