#06101D

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

Shades of Black Pearl #06101D

Tints of Black Pearl #06101D

Color information

#06101D (or 0x06101D) is unknown color: approx Black Pearl. HEX triplet: 06, 10 and 1D. RGB value is (6,16,29). Sum of RGB (Red+Green+Blue) = 6+16+29=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #06101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06101D is #F9EFE2. Grayscale: #0E0E0E. Windows color (decimal): -16379875 or 1904646. OLE color: 1904646.

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

Color convert

RGB61629-
CMYK0.790.4500.89
HSL213.91º65.71%6.86%-
HSV(B)213.91º79.31%11.37%-
XYZ0.480.51.23-
YUV14.49136.19121.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=11.76%
G=31.37%
B=56.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal616290.790.4500.89213.9165.716.86
Hex6101D4F2D059d6427
Octal620351175501313261027
Binary1101000011101100111110110101011001110101101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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