#011C1F

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

Shades of Black Pearl #011C1F

Tints of Black Pearl #011C1F

Color information

#011C1F (or 0x011C1F) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 1F. RGB value is (1,28,31). Sum of RGB (Red+Green+Blue) = 1+28+31=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #011C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C1F is #FEE3E0. Grayscale: #141414. Windows color (decimal): -16704481 or 2038785. OLE color: 2038785.

HSL color Cylindrical-coordinate representation of color #011C1F: hue angle of 186º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011C1F is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB12831-
CMYK0.970.1000.88
HSL186º93.75%6.27%-
HSV(B)186º96.77%12.16%-
XYZ0.680.941.44-
YUV20.27134.05114.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 28 (11.33% from 255) = 46.67%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=1.67%
G=46.67%
B=51.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal128310.970.1000.8818693.756.27
Hex11C1F61A058ba5e6
Octal134371411201302721366
Binary111100111111100001101001011000101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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