#071B32

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

Shades of Black Pearl #071B32

Tints of Black Pearl #071B32

Color information

#071B32 (or 0x071B32) is unknown color: approx Black Pearl. HEX triplet: 07, 1B and 32. RGB value is (7,27,50). Sum of RGB (Red+Green+Blue) = 7+27+50=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #071B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B32 is #F8E4CD. Grayscale: #171717. Windows color (decimal): -16311502 or 3283719. OLE color: 3283719.

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

Color convert

RGB72750-
CMYK0.860.4600.80
HSL212.09º75.44%11.18%-
HSV(B)212.09º86%19.61%-
XYZ1.061.063.17-
YUV23.64142.87116.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=8.33%
G=32.14%
B=59.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal727500.860.4600.80212.0975.4411.18
Hex71B32562E050d44bb
Octal7336212656012032411313
Binary111110111100101010110101110010100001101010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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