#06101E

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

Shades of Black Pearl #06101E

Tints of Black Pearl #06101E

Color information

#06101E (or 0x06101E) is unknown color: approx Black Pearl. HEX triplet: 06, 10 and 1E. RGB value is (6,16,30). Sum of RGB (Red+Green+Blue) = 6+16+30=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #06101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06101E is #F9EFE1. Grayscale: #0E0E0E. Windows color (decimal): -16379874 or 1970182. OLE color: 1970182.

HSL color Cylindrical-coordinate representation of color #06101E: hue angle of 215º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06101E is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB61630-
CMYK0.800.4700.88
HSL215º66.67%7.06%-
HSV(B)215º80%11.76%-
XYZ0.490.51.3-
YUV14.61136.69121.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.54%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=11.54%
G=30.77%
B=57.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal616300.800.4700.8821566.677.06
Hex6101E502F058d7437
Octal620361205701303271037
Binary1101000011110101000010111101011000110101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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