#071931

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

Shades of Black Pearl #071931

Tints of Black Pearl #071931

Color information

#071931 (or 0x071931) is unknown color: approx Black Pearl. HEX triplet: 07, 19 and 31. RGB value is (7,25,49). Sum of RGB (Red+Green+Blue) = 7+25+49=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #071931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071931 is #F8E6CE. Grayscale: #161616. Windows color (decimal): -16312015 or 3217671. OLE color: 3217671.

HSL color Cylindrical-coordinate representation of color #071931: hue angle of 214.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071931 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB72549-
CMYK0.860.4900.81
HSL214.29º75%10.98%-
HSV(B)214.29º85.71%19.22%-
XYZ0.990.963.04-
YUV22.35143.04117.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 49 (19.53% from 255) = 60.49%
R=8.64%
G=30.86%
B=60.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal725490.860.4900.81214.297510.98
Hex719315631051d64bb
Octal7316112661012132611313
Binary111110011100011010110110001010100011101011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071931; }

 p { color: rgb(7,25,49); }

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

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

 a { background-color: rgb(7,25,49); }

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

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

 span { border-color: rgb(7,25,49); }

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