#061F2F

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

Shades of Black Pearl #061F2F

Tints of Black Pearl #061F2F

Color information

#061F2F (or 0x061F2F) is unknown color: approx Black Pearl. HEX triplet: 06, 1F and 2F. RGB value is (6,31,47). Sum of RGB (Red+Green+Blue) = 6+31+47=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #061F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F2F is #F9E0D0. Grayscale: #191919. Windows color (decimal): -16376017 or 3088134. OLE color: 3088134.

HSL color Cylindrical-coordinate representation of color #061F2F: hue angle of 203.41º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #061F2F is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB63147-
CMYK0.870.3400.82
HSL203.41º77.36%10.39%-
HSV(B)203.41º87.23%18.43%-
XYZ1.081.222.87-
YUV25.35140.22114.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=7.14%
G=36.90%
B=55.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal631470.870.3400.82203.4177.3610.39
Hex61F2F5722052cb4da
Octal6375712742012231311512
Binary110111111011111010111100010010100101100101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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