#061D1F

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

Shades of Black Pearl #061D1F

Tints of Black Pearl #061D1F

Color information

#061D1F (or 0x061D1F) is unknown color: approx Black Pearl. HEX triplet: 06, 1D and 1F. RGB value is (6,29,31). Sum of RGB (Red+Green+Blue) = 6+29+31=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #061D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D1F is #F9E2E0. Grayscale: #161616. Windows color (decimal): -16376545 or 2039046. OLE color: 2039046.

HSL color Cylindrical-coordinate representation of color #061D1F: hue angle of 184.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061D1F is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62931-
CMYK0.810.0600.88
HSL184.8º67.57%7.25%-
HSV(B)184.8º80.65%12.16%-
XYZ0.761.021.45-
YUV22.35132.88116.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=9.09%
G=43.94%
B=46.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal629310.810.0600.88184.867.577.25
Hex61D1F516058b9447
Octal63537121601302711047
Binary1101110111111101000111001011000101110011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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