#01151C

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

Shades of Black Pearl #01151C

Tints of Black Pearl #01151C

Color information

#01151C (or 0x01151C) is unknown color: approx Black Pearl. HEX triplet: 01, 15 and 1C. RGB value is (1,21,28). Sum of RGB (Red+Green+Blue) = 1+21+28=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #01151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01151C is #FEEAE3. Grayscale: #0F0F0F. Windows color (decimal): -16706276 or 1840385. OLE color: 1840385.

HSL color Cylindrical-coordinate representation of color #01151C: hue angle of 195.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01151C is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12128-
CMYK0.960.2500.89
HSL195.56º93.1%5.69%-
HSV(B)195.56º96.43%10.98%-
XYZ0.490.631.19-
YUV15.82134.87117.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 28 (11.33% from 255) = 56%
R=2%
G=42%
B=56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal121280.960.2500.89195.5693.15.69
Hex1151C6019059c45d6
Octal125341403101313041356
Binary1101011110011000001100101011001110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01151C; }

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

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

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

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

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

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

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

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