#071A1C

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

Shades of Black Pearl #071A1C

Tints of Black Pearl #071A1C

Color information

#071A1C (or 0x071A1C) is unknown color: approx Black Pearl. HEX triplet: 07, 1A and 1C. RGB value is (7,26,28). Sum of RGB (Red+Green+Blue) = 7+26+28=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #071A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A1C is #F8E5E3. Grayscale: #141414. Windows color (decimal): -16311780 or 1841671. OLE color: 1841671.

HSL color Cylindrical-coordinate representation of color #071A1C: hue angle of 185.71º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071A1C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72628-
CMYK0.750.0700.89
HSL185.71º60%6.86%-
HSV(B)185.71º75%10.98%-
XYZ0.670.871.23-
YUV20.55132.21118.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 26 (10.55% from 255) = 42.62%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=11.48%
G=42.62%
B=45.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal726280.750.0700.89185.71606.86
Hex71A1C4B7059ba3c7
Octal7323411370131272747
Binary111110101110010010111110101100110111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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