#061F34

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

Shades of Black Pearl #061F34

Tints of Black Pearl #061F34

Color information

#061F34 (or 0x061F34) is unknown color: approx Black Pearl. HEX triplet: 06, 1F and 34. RGB value is (6,31,52). Sum of RGB (Red+Green+Blue) = 6+31+52=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #061F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F34 is #F9E0CB. Grayscale: #191919. Windows color (decimal): -16376012 or 3415814. OLE color: 3415814.

HSL color Cylindrical-coordinate representation of color #061F34: hue angle of 207.39º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061F34 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB63152-
CMYK0.880.4000.80
HSL207.39º79.31%11.37%-
HSV(B)207.39º88.46%20.39%-
XYZ1.181.273.43-
YUV25.92142.72113.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=6.74%
G=34.83%
B=58.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal631520.880.4000.80207.3979.3111.37
Hex61F345828050cf4fb
Octal6376413050012031711713
Binary110111111101001011000101000010100001100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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