#061F28

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

Shades of Black Pearl #061F28

Tints of Black Pearl #061F28

Color information

#061F28 (or 0x061F28) is unknown color: approx Black Pearl. HEX triplet: 06, 1F and 28. RGB value is (6,31,40). Sum of RGB (Red+Green+Blue) = 6+31+40=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #061F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F28 is #F9E0D7. Grayscale: #181818. Windows color (decimal): -16376024 or 2629382. OLE color: 2629382.

HSL color Cylindrical-coordinate representation of color #061F28: hue angle of 195.88º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061F28 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB63140-
CMYK0.850.2200.84
HSL195.88º73.91%9.02%-
HSV(B)195.88º85%15.69%-
XYZ0.951.172.18-
YUV24.55136.72114.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=7.79%
G=40.26%
B=51.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal631400.850.2200.84195.8873.919.02
Hex61F285516054c44a9
Octal6375012526012430411211
Binary11011111101000101010110110010101001100010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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