#061A1D

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

Shades of Black Pearl #061A1D

Tints of Black Pearl #061A1D

Color information

#061A1D (or 0x061A1D) is unknown color: approx Black Pearl. HEX triplet: 06, 1A and 1D. RGB value is (6,26,29). Sum of RGB (Red+Green+Blue) = 6+26+29=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #061A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A1D is #F9E5E2. Grayscale: #141414. Windows color (decimal): -16377315 or 1907206. OLE color: 1907206.

HSL color Cylindrical-coordinate representation of color #061A1D: hue angle of 187.83º 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 #061A1D is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62629-
CMYK0.790.1000.89
HSL187.83º65.71%6.86%-
HSV(B)187.83º79.31%11.37%-
XYZ0.670.871.29-
YUV20.36132.87117.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 26 (10.55% from 255) = 42.62%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=9.84%
G=42.62%
B=47.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal626290.790.1000.89187.8365.716.86
Hex61A1D4FA059bc427
Octal632351171201312741027
Binary11011010111011001111101001011001101111001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A1D; }

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

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

<style>
 a { background-color: #061A1D; }

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

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

<style>
 span { border-color: #061A1D; }

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

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