#071C26

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

Shades of Black Pearl #071C26

Tints of Black Pearl #071C26

Color information

#071C26 (or 0x071C26) is unknown color: approx Black Pearl. HEX triplet: 07, 1C and 26. RGB value is (7,28,38). Sum of RGB (Red+Green+Blue) = 7+28+38=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #071C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C26 is #F8E3D9. Grayscale: #161616. Windows color (decimal): -16311258 or 2497543. OLE color: 2497543.

HSL color Cylindrical-coordinate representation of color #071C26: hue angle of 199.35º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071C26 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB72838-
CMYK0.820.2600.85
HSL199.35º68.89%8.82%-
HSV(B)199.35º81.58%14.9%-
XYZ0.851.021.98-
YUV22.86136.54116.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 38 (15.23% from 255) = 52.05%
R=9.59%
G=38.36%
B=52.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal728380.820.2600.85199.3568.898.82
Hex71C26521A055c7459
Octal7344612232012530710511
Binary11111100100110101001011010010101011100011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,28,38); }

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

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

 a { background-color: rgb(7,28,38); }

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

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

 span { border-color: rgb(7,28,38); }

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