#061C31

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

Shades of Black Pearl #061C31

Tints of Black Pearl #061C31

Color information

#061C31 (or 0x061C31) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 31. RGB value is (6,28,49). Sum of RGB (Red+Green+Blue) = 6+28+49=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #061C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C31 is #F9E3CE. Grayscale: #171717. Windows color (decimal): -16376783 or 3218438. OLE color: 3218438.

HSL color Cylindrical-coordinate representation of color #061C31: hue angle of 209.3º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061C31 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB62849-
CMYK0.880.4300.81
HSL209.3º78.18%10.78%-
HSV(B)209.3º87.76%19.22%-
XYZ1.041.093.06-
YUV23.82142.21115.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 49 (19.53% from 255) = 59.04%
R=7.23%
G=33.73%
B=59.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal628490.880.4300.81209.378.1810.78
Hex61C31582B051d14eb
Octal6346113053012132111613
Binary110111001100011011000101011010100011101000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,28,49); }

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

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

 a { background-color: rgb(6,28,49); }

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

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

 span { border-color: rgb(6,28,49); }

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