#000E1F

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

Shades of Black Pearl #000E1F

Tints of Black Pearl #000E1F

Color information

#000E1F (or 0x000E1F) is unknown color: approx Black Pearl. HEX triplet: 00, 0E and 1F. RGB value is (0,14,31). Sum of RGB (Red+Green+Blue) = 0+14+31=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #000E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E1F is #FFF1E0. Grayscale: #0B0B0B. Windows color (decimal): -16773601 or 2035200. OLE color: 2035200.

HSL color Cylindrical-coordinate representation of color #000E1F: hue angle of 212.9º 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 #000E1F is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB01431-
CMYK10.5500.88
HSL212.9º100%6.08%-
HSV(B)212.9º100%12.16%-
XYZ0.40.411.35-
YUV11.75138.86119.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 31 (12.5% from 255) = 68.89%
R=0%
G=31.11%
B=68.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0143110.5500.88212.91006.08
Hex0E1F6437058d5646
Octal016371446701303251446
Binary0111011111110010011011101011000110101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000E1F; }

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

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

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

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

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

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

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

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