#062731

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

Shades of Black Pearl #062731

Tints of Black Pearl #062731

Color information

#062731 (or 0x062731) is unknown color: approx Black Pearl. HEX triplet: 06, 27 and 31. RGB value is (6,39,49). Sum of RGB (Red+Green+Blue) = 6+39+49=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #062731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062731 is #F9D8CE. Grayscale: #1E1E1E. Windows color (decimal): -16373967 or 3221254. OLE color: 3221254.

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

Color convert

RGB63949-
CMYK0.880.2000.81
HSL193.95º78.18%10.78%-
HSV(B)193.95º87.76%19.22%-
XYZ1.361.713.16-
YUV30.27138.57110.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=6.38%
G=41.49%
B=52.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal639490.880.2000.81193.9578.1810.78
Hex627315814051c24eb
Octal6476113024012130211613
Binary110100111110001101100010100010100011100001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062731; }

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

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

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

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

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

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

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

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