#07131D

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

Shades of Black Pearl #07131D

Tints of Black Pearl #07131D

Color information

#07131D (or 0x07131D) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 1D. RGB value is (7,19,29). Sum of RGB (Red+Green+Blue) = 7+19+29=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #07131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131D is #F8ECE2. Grayscale: #101010. Windows color (decimal): -16313571 or 1905415. OLE color: 1905415.

HSL color Cylindrical-coordinate representation of color #07131D: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07131D is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB71929-
CMYK0.760.3400.89
HSL207.27º61.11%7.06%-
HSV(B)207.27º75.86%11.37%-
XYZ0.540.61.25-
YUV16.55135.02121.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=12.73%
G=34.55%
B=52.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal719290.760.3400.89207.2761.117.06
Hex7131D4C22059cf3d7
Octal72335114420131317757
Binary111100111110110011001000100101100111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07131D; }

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

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

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

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

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

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

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

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