#07121F

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

Shades of Black Pearl #07121F

Tints of Black Pearl #07121F

Color information

#07121F (or 0x07121F) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 1F. RGB value is (7,18,31). Sum of RGB (Red+Green+Blue) = 7+18+31=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #07121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121F is #F8EDE0. Grayscale: #101010. Windows color (decimal): -16313825 or 2036231. OLE color: 2036231.

HSL color Cylindrical-coordinate representation of color #07121F: hue angle of 212.5º 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 #07121F is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71831-
CMYK0.770.4200.88
HSL212.5º63.16%7.45%-
HSV(B)212.5º77.42%12.16%-
XYZ0.550.581.38-
YUV16.19136.36121.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=12.5%
G=32.14%
B=55.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal718310.770.4200.88212.563.167.45
Hex7121F4D2A058d43f7
Octal72237115520130324777
Binary111100101111110011011010100101100011010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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