#011F37

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

Shades of Black Pearl #011F37

Tints of Black Pearl #011F37

Color information

#011F37 (or 0x011F37) is unknown color: approx Black Pearl. HEX triplet: 01, 1F and 37. RGB value is (1,31,55). Sum of RGB (Red+Green+Blue) = 1+31+55=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #011F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F37 is #FEE0C8. Grayscale: #181818. Windows color (decimal): -16703689 or 3612417. OLE color: 3612417.

HSL color Cylindrical-coordinate representation of color #011F37: hue angle of 206.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011F37 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13155-
CMYK0.980.4400.78
HSL206.67º96.43%10.98%-
HSV(B)206.67º98.18%21.57%-
XYZ1.191.263.8-
YUV24.77145.06111.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 55 (21.88% from 255) = 63.22%
R=1.15%
G=35.63%
B=63.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal131550.980.4400.78206.6796.4310.98
Hex11F37622C04Ecf60b
Octal1376714254011631714013
Binary1111111101111100010101100010011101100111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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