#06101B

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

Shades of Black Pearl #06101B

Tints of Black Pearl #06101B

Color information

#06101B (or 0x06101B) is unknown color: approx Black Pearl. HEX triplet: 06, 10 and 1B. RGB value is (6,16,27). Sum of RGB (Red+Green+Blue) = 6+16+27=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #06101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06101B is #F9EFE4. Grayscale: #0E0E0E. Windows color (decimal): -16379877 or 1773574. OLE color: 1773574.

HSL color Cylindrical-coordinate representation of color #06101B: hue angle of 211.43º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06101B is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61627-
CMYK0.780.4100.89
HSL211.43º63.64%6.47%-
HSV(B)211.43º77.78%10.59%-
XYZ0.460.491.11-
YUV14.26135.19122.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 27 (10.94% from 255) = 55.10%
R=12.24%
G=32.65%
B=55.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal616270.780.4100.89211.4363.646.47
Hex6101B4E29059d3406
Octal620331165101313231006
Binary1101000011011100111010100101011001110100111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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