#061731

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

Shades of Black Pearl #061731

Tints of Black Pearl #061731

Color information

#061731 (or 0x061731) is unknown color: approx Black Pearl. HEX triplet: 06, 17 and 31. RGB value is (6,23,49). Sum of RGB (Red+Green+Blue) = 6+23+49=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #061731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061731 is #F9E8CE. Grayscale: #141414. Windows color (decimal): -16378063 or 3217158. OLE color: 3217158.

HSL color Cylindrical-coordinate representation of color #061731: hue angle of 216.28º 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 #061731 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB62349-
CMYK0.880.5300.81
HSL216.28º78.18%10.78%-
HSV(B)216.28º87.76%19.22%-
XYZ0.940.873.02-
YUV20.88143.87117.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=7.69%
G=29.49%
B=62.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal623490.880.5300.81216.2878.1810.78
Hex617315835051d84eb
Octal6276113065012133011613
Binary110101111100011011000110101010100011101100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061731; }

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

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

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

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

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

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

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

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