#071318

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

Shades of Black Pearl #071318

Tints of Black Pearl #071318

Color information

#071318 (or 0x071318) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 18. RGB value is (7,19,24). Sum of RGB (Red+Green+Blue) = 7+19+24=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #071318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071318 is #F8ECE7. Grayscale: #0F0F0F. Windows color (decimal): -16313576 or 1577735. OLE color: 1577735.

HSL color Cylindrical-coordinate representation of color #071318: hue angle of 197.65º 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 #071318 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71924-
CMYK0.710.2100.91
HSL197.65º54.84%6.08%-
HSV(B)197.65º70.83%9.41%-
XYZ0.490.580.95-
YUV15.98132.52121.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 24 (9.77% from 255) = 48%
R=14%
G=38%
B=48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal719240.710.2100.91197.6554.846.08
Hex71318471505Bc6376
Octal72330107250133306676
Binary11110011110001000111101010101101111000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071318; }

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

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

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

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

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

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

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

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