#000D1A

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

Shades of Black Pearl #000D1A

Tints of Black Pearl #000D1A

Color information

#000D1A (or 0x000D1A) is unknown color: approx Black Pearl. HEX triplet: 00, 0D and 1A. RGB value is (0,13,26). Sum of RGB (Red+Green+Blue) = 0+13+26=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #000D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D1A is #FFF2E5. Grayscale: #0A0A0A. Windows color (decimal): -16773862 or 1707264. OLE color: 1707264.

HSL color Cylindrical-coordinate representation of color #000D1A: hue angle of 210º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D1A is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB01326-
CMYK10.500.90
HSL210º100%5.1%-
HSV(B)210º100%10.2%-
XYZ0.330.361.03-
YUV10.6136.69120.44-

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) = 33.33%
BLUE value IS 26 (10.55% 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.90
SystemRedGreenBlueCMYKHSL
Decimal0132610.500.902101005.1
Hex0D1A643205Ad2645
Octal015321446201323221445
Binary0110111010110010011001001011010110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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