#071E2D

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

Shades of Black Pearl #071E2D

Tints of Black Pearl #071E2D

Color information

#071E2D (or 0x071E2D) is unknown color: approx Black Pearl. HEX triplet: 07, 1E and 2D. RGB value is (7,30,45). Sum of RGB (Red+Green+Blue) = 7+30+45=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #071E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E2D is #F8E1D2. Grayscale: #181818. Windows color (decimal): -16310739 or 2956807. OLE color: 2956807.

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

Color convert

RGB73045-
CMYK0.840.3300.82
HSL203.68º73.08%10.2%-
HSV(B)203.68º84.44%17.65%-
XYZ1.031.162.65-
YUV24.83139.38115.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 45 (17.97% from 255) = 54.88%
R=8.54%
G=36.59%
B=54.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal730450.840.3300.82203.6873.0810.2
Hex71E2D5421052cc49a
Octal7365512441012231411112
Binary111111101011011010100100001010100101100110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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