#061B1D

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

Shades of Black Pearl #061B1D

Tints of Black Pearl #061B1D

Color information

#061B1D (or 0x061B1D) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 1D. RGB value is (6,27,29). Sum of RGB (Red+Green+Blue) = 6+27+29=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #061B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B1D is #F9E4E2. Grayscale: #141414. Windows color (decimal): -16377059 or 1907462. OLE color: 1907462.

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

Color convert

RGB62729-
CMYK0.790.0700.89
HSL185.22º65.71%6.86%-
HSV(B)185.22º79.31%11.37%-
XYZ0.690.911.3-
YUV20.95132.54117.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 27 (10.94% from 255) = 43.55%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=9.68%
G=43.55%
B=46.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal627290.790.0700.89185.2265.716.86
Hex61B1D4F7059b9427
Octal63335117701312711027
Binary1101101111101100111111101011001101110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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