#071D34

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

Shades of Black Pearl #071D34

Tints of Black Pearl #071D34

Color information

#071D34 (or 0x071D34) is unknown color: approx Black Pearl. HEX triplet: 07, 1D and 34. RGB value is (7,29,52). Sum of RGB (Red+Green+Blue) = 7+29+52=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #071D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D34 is #F8E2CB. Grayscale: #181818. Windows color (decimal): -16310988 or 3415303. OLE color: 3415303.

HSL color Cylindrical-coordinate representation of color #071D34: hue angle of 210.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071D34 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB72952-
CMYK0.870.4400.80
HSL210.67º76.27%11.57%-
HSV(B)210.67º86.54%20.39%-
XYZ1.151.173.41-
YUV25.04143.21115.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 52 (20.70% from 255) = 59.09%
R=7.95%
G=32.95%
B=59.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal729520.870.4400.80210.6776.2711.57
Hex71D34572C050d34cc
Octal7356412754012032311414
Binary111111011101001010111101100010100001101001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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