#061B1F

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

Shades of Black Pearl #061B1F

Tints of Black Pearl #061B1F

Color information

#061B1F (or 0x061B1F) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 1F. RGB value is (6,27,31). Sum of RGB (Red+Green+Blue) = 6+27+31=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #061B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B1F is #F9E4E0. Grayscale: #151515. Windows color (decimal): -16377057 or 2038534. OLE color: 2038534.

HSL color Cylindrical-coordinate representation of color #061B1F: hue angle of 189.6º 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 #061B1F is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62731-
CMYK0.810.1300.88
HSL189.6º67.57%7.25%-
HSV(B)189.6º80.65%12.16%-
XYZ0.710.921.44-
YUV21.18133.54117.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.38%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=9.38%
G=42.19%
B=48.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal627310.810.1300.88189.667.577.25
Hex61B1F51D058be447
Octal633371211501302761047
Binary11011011111111010001110101011000101111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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