#07111F

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

Shades of Black Pearl #07111F

Tints of Black Pearl #07111F

Color information

#07111F (or 0x07111F) is unknown color: approx Black Pearl. HEX triplet: 07, 11 and 1F. RGB value is (7,17,31). Sum of RGB (Red+Green+Blue) = 7+17+31=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #07111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07111F is #F8EEE0. Grayscale: #0F0F0F. Windows color (decimal): -16314081 or 2035975. OLE color: 2035975.

HSL color Cylindrical-coordinate representation of color #07111F: hue angle of 215º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07111F is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71731-
CMYK0.770.4500.88
HSL215º63.16%7.45%-
HSV(B)215º77.42%12.16%-
XYZ0.540.541.37-
YUV15.61136.69121.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=12.73%
G=30.91%
B=56.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal717310.770.4500.8821563.167.45
Hex7111F4D2D058d73f7
Octal72137115550130327777
Binary111100011111110011011011010101100011010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07111F; }

 p { color: rgb(7,17,31); }

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

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

 a { background-color: rgb(7,17,31); }

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

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

 span { border-color: rgb(7,17,31); }

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