#06101A

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

Shades of Black Pearl #06101A

Tints of Black Pearl #06101A

Color information

#06101A (or 0x06101A) is unknown color: approx Black Pearl. HEX triplet: 06, 10 and 1A. RGB value is (6,16,26). Sum of RGB (Red+Green+Blue) = 6+16+26=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #06101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06101A is #F9EFE5. Grayscale: #0E0E0E. Windows color (decimal): -16379878 or 1708038. OLE color: 1708038.

HSL color Cylindrical-coordinate representation of color #06101A: hue angle of 210º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06101A is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB61626-
CMYK0.770.3800.90
HSL210º62.5%6.27%-
HSV(B)210º76.92%10.2%-
XYZ0.450.481.05-
YUV14.15134.69122.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=12.5%
G=33.33%
B=54.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal616260.770.3800.9021062.56.27
Hex6101A4D2605Ad23e6
Octal62032115460132322766
Binary110100001101010011011001100101101011010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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