#071932

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

Shades of Black Pearl #071932

Tints of Black Pearl #071932

Color information

#071932 (or 0x071932) is unknown color: approx Black Pearl. HEX triplet: 07, 19 and 32. RGB value is (7,25,50). Sum of RGB (Red+Green+Blue) = 7+25+50=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #071932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071932 is #F8E6CD. Grayscale: #161616. Windows color (decimal): -16312014 or 3283207. OLE color: 3283207.

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

Color convert

RGB72550-
CMYK0.860.5000.80
HSL214.88º75.44%11.18%-
HSV(B)214.88º86%19.61%-
XYZ1.010.973.15-
YUV22.47143.54116.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 50 (19.92% from 255) = 60.98%
R=8.54%
G=30.49%
B=60.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal725500.860.5000.80214.8875.4411.18
Hex719325632050d74bb
Octal7316212662012032711313
Binary111110011100101010110110010010100001101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071932; }

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

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

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

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

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

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

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

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