#00101D

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

Shades of Black Pearl #00101D

Tints of Black Pearl #00101D

Color information

#00101D (or 0x00101D) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 1D. RGB value is (0,16,29). Sum of RGB (Red+Green+Blue) = 0+16+29=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #00101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00101D is #FFEFE2. Grayscale: #0C0C0C. Windows color (decimal): -16773091 or 1904640. OLE color: 1904640.

HSL color Cylindrical-coordinate representation of color #00101D: hue angle of 206.9º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00101D is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB01629-
CMYK10.4500.89
HSL206.9º100%5.69%-
HSV(B)206.9º100%11.37%-
XYZ0.410.461.23-
YUV12.7137.2118.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 29 (11.72% from 255) = 64.44%
R=0%
G=35.56%
B=64.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0162910.4500.89206.91005.69
Hex0101D642D059cf646
Octal020351445501313171446
Binary01000011101110010010110101011001110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00101D; }

 p { color: rgb(0,16,29); }

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

<style>
 a { background-color: #00101D; }

 a { background-color: rgb(0,16,29); }

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

<style>
 span { border-color: #00101D; }

 span { border-color: rgb(0,16,29); }

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