#071B1D

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

Shades of Black Pearl #071B1D

Tints of Black Pearl #071B1D

Color information

#071B1D (or 0x071B1D) is unknown color: approx Black Pearl. HEX triplet: 07, 1B and 1D. RGB value is (7,27,29). Sum of RGB (Red+Green+Blue) = 7+27+29=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #071B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B1D is #F8E4E2. Grayscale: #151515. Windows color (decimal): -16311523 or 1907463. OLE color: 1907463.

HSL color Cylindrical-coordinate representation of color #071B1D: hue angle of 185.45º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #071B1D is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72729-
CMYK0.760.0700.89
HSL185.45º61.11%7.06%-
HSV(B)185.45º75.86%11.37%-
XYZ0.70.921.3-
YUV21.25132.37117.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.11%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=11.11%
G=42.86%
B=46.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal727290.760.0700.89185.4561.117.06
Hex71B1D4C7059b93d7
Octal7333511470131271757
Binary111110111110110011001110101100110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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