#061F27

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

Shades of Black Pearl #061F27

Tints of Black Pearl #061F27

Color information

#061F27 (or 0x061F27) is unknown color: approx Black Pearl. HEX triplet: 06, 1F and 27. RGB value is (6,31,39). Sum of RGB (Red+Green+Blue) = 6+31+39=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #061F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F27 is #F9E0D8. Grayscale: #181818. Windows color (decimal): -16376025 or 2563846. OLE color: 2563846.

HSL color Cylindrical-coordinate representation of color #061F27: hue angle of 194.55º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061F27 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB63139-
CMYK0.850.2100.85
HSL194.55º73.33%8.82%-
HSV(B)194.55º84.62%15.29%-
XYZ0.931.172.1-
YUV24.44136.22114.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=7.89%
G=40.79%
B=51.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal631390.850.2100.85194.5573.338.82
Hex61F275515055c3499
Octal6374712525012530311111
Binary11011111100111101010110101010101011100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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