#071D32

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

Shades of Black Pearl #071D32

Tints of Black Pearl #071D32

Color information

#071D32 (or 0x071D32) is unknown color: approx Black Pearl. HEX triplet: 07, 1D and 32. RGB value is (7,29,50). Sum of RGB (Red+Green+Blue) = 7+29+50=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #071D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D32 is #F8E2CD. Grayscale: #181818. Windows color (decimal): -16310990 or 3284231. OLE color: 3284231.

HSL color Cylindrical-coordinate representation of color #071D32: hue angle of 209.3º 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 #071D32 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB72950-
CMYK0.860.4200.80
HSL209.3º75.44%11.18%-
HSV(B)209.3º86%19.61%-
XYZ1.11.153.18-
YUV24.82142.21115.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 50 (19.92% from 255) = 58.14%
R=8.14%
G=33.72%
B=58.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal729500.860.4200.80209.375.4411.18
Hex71D32562A050d14bb
Octal7356212652012032111313
Binary111111011100101010110101010010100001101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071D32; }

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

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

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

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

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

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

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

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