#00151F

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

Shades of Black Pearl #00151F

Tints of Black Pearl #00151F

Color information

#00151F (or 0x00151F) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 1F. RGB value is (0,21,31). Sum of RGB (Red+Green+Blue) = 0+21+31=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #00151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151F is #FFEAE0. Grayscale: #0F0F0F. Windows color (decimal): -16771809 or 2036992. OLE color: 2036992.

HSL color Cylindrical-coordinate representation of color #00151F: hue angle of 199.35º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00151F is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB02131-
CMYK10.3200.88
HSL199.35º100%6.08%-
HSV(B)199.35º100%12.16%-
XYZ0.520.641.39-
YUV15.86136.54116.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 31 (12.5% from 255) = 59.62%
R=0%
G=40.38%
B=59.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0213110.3200.88199.351006.08
Hex0151F6420058c7646
Octal025371444001303071446
Binary01010111111110010010000001011000110001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00151F; }

 p { color: rgb(0,21,31); }

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

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

 a { background-color: rgb(0,21,31); }

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

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

 span { border-color: rgb(0,21,31); }

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