#000F1E

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

Shades of Black Pearl #000F1E

Tints of Black Pearl #000F1E

Color information

#000F1E (or 0x000F1E) is unknown color: approx Black Pearl. HEX triplet: 00, 0F and 1E. RGB value is (0,15,30). Sum of RGB (Red+Green+Blue) = 0+15+30=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #000F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F1E is #FFF0E1. Grayscale: #0C0C0C. Windows color (decimal): -16773346 or 1969920. OLE color: 1969920.

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

Color convert

RGB01530-
CMYK10.500.88
HSL210º100%5.88%-
HSV(B)210º100%11.76%-
XYZ0.410.441.29-
YUV12.22138.03119.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0153010.500.882101005.88
Hex0F1E6432058d2646
Octal017361446201303221446
Binary0111111110110010011001001011000110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,15,30); }

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

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

 a { background-color: rgb(0,15,30); }

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

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

 span { border-color: rgb(0,15,30); }

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