#01151D

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

Shades of Black Pearl #01151D

Tints of Black Pearl #01151D

Color information

#01151D (or 0x01151D) is unknown color: approx Black Pearl. HEX triplet: 01, 15 and 1D. RGB value is (1,21,29). Sum of RGB (Red+Green+Blue) = 1+21+29=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #01151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01151D is #FEEAE2. Grayscale: #0F0F0F. Windows color (decimal): -16706275 or 1905921. OLE color: 1905921.

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

Color convert

RGB12129-
CMYK0.970.2800.89
HSL197.14º93.33%5.88%-
HSV(B)197.14º96.55%11.37%-
XYZ0.50.631.26-
YUV15.93135.37117.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=1.96%
G=41.18%
B=56.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal121290.970.2800.89197.1493.335.88
Hex1151D611C059c55d6
Octal125351413401313051356
Binary1101011110111000011110001011001110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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