#071018

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

Shades of Black Pearl #071018

Tints of Black Pearl #071018

Color information

#071018 (or 0x071018) is unknown color: approx Black Pearl. HEX triplet: 07, 10 and 18. RGB value is (7,16,24). Sum of RGB (Red+Green+Blue) = 7+16+24=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #071018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071018 is #F8EFE7. Grayscale: #0E0E0E. Windows color (decimal): -16314344 or 1576967. OLE color: 1576967.

HSL color Cylindrical-coordinate representation of color #071018: hue angle of 208.24º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071018 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71624-
CMYK0.710.3300.91
HSL208.24º54.84%6.08%-
HSV(B)208.24º70.83%9.41%-
XYZ0.440.480.93-
YUV14.22133.52122.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.89%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=14.89%
G=34.04%
B=51.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal716240.710.3300.91208.2454.846.08
Hex71018472105Bd0376
Octal72030107410133320676
Binary111100001100010001111000010101101111010000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071018; }

 p { color: rgb(7,16,24); }

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

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

 a { background-color: rgb(7,16,24); }

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

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

 span { border-color: rgb(7,16,24); }

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