#000D1F

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

Shades of Black Pearl #000D1F

Tints of Black Pearl #000D1F

Color information

#000D1F (or 0x000D1F) is unknown color: approx Black Pearl. HEX triplet: 00, 0D and 1F. RGB value is (0,13,31). Sum of RGB (Red+Green+Blue) = 0+13+31=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #000D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D1F is #FFF2E0. Grayscale: #0B0B0B. Windows color (decimal): -16773857 or 2034944. OLE color: 2034944.

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

Color convert

RGB01331-
CMYK10.5800.88
HSL214.84º100%6.08%-
HSV(B)214.84º100%12.16%-
XYZ0.390.391.35-
YUV11.16139.19120.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 31 (12.5% from 255) = 70.45%
R=0%
G=29.55%
B=70.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0133110.5800.88214.841006.08
Hex0D1F643A058d7646
Octal015371447201303271446
Binary0110111111110010011101001011000110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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