#071E2E

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

Shades of Black Pearl #071E2E

Tints of Black Pearl #071E2E

Color information

#071E2E (or 0x071E2E) is unknown color: approx Black Pearl. HEX triplet: 07, 1E and 2E. RGB value is (7,30,46). Sum of RGB (Red+Green+Blue) = 7+30+46=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #071E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E2E is #F8E1D1. Grayscale: #181818. Windows color (decimal): -16310738 or 3022343. OLE color: 3022343.

HSL color Cylindrical-coordinate representation of color #071E2E: hue angle of 204.62º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071E2E is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB73046-
CMYK0.850.3500.82
HSL204.62º73.58%10.39%-
HSV(B)204.62º84.78%18.04%-
XYZ1.051.172.76-
YUV24.95139.88115.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=8.43%
G=36.14%
B=55.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal730460.850.3500.82204.6273.5810.39
Hex71E2E5523052cd4aa
Octal7365612543012231511212
Binary111111101011101010101100011010100101100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,30,46); }

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

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

 a { background-color: rgb(7,30,46); }

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

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

 span { border-color: rgb(7,30,46); }

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