#011927

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

Shades of Black Pearl #011927

Tints of Black Pearl #011927

Color information

#011927 (or 0x011927) is unknown color: approx Black Pearl. HEX triplet: 01, 19 and 27. RGB value is (1,25,39). Sum of RGB (Red+Green+Blue) = 1+25+39=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #011927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011927 is #FEE6D8. Grayscale: #131313. Windows color (decimal): -16705241 or 2562305. OLE color: 2562305.

HSL color Cylindrical-coordinate representation of color #011927: hue angle of 202.11º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011927 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB12539-
CMYK0.970.3600.85
HSL202.11º95%7.84%-
HSV(B)202.11º97.44%15.29%-
XYZ0.730.852.04-
YUV19.42139.05114.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 39 (15.62% from 255) = 60%
R=1.54%
G=38.46%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal125390.970.3600.85202.11957.84
Hex119276124055ca5f8
Octal1314714144012531213710
Binary1110011001111100001100100010101011100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011927; }

 p { color: rgb(1,25,39); }

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

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

 a { background-color: rgb(1,25,39); }

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

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

 span { border-color: rgb(1,25,39); }

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