#07131E

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

Shades of Black Pearl #07131E

Tints of Black Pearl #07131E

Color information

#07131E (or 0x07131E) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 1E. RGB value is (7,19,30). Sum of RGB (Red+Green+Blue) = 7+19+30=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #07131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131E is #F8ECE1. Grayscale: #101010. Windows color (decimal): -16313570 or 1970951. OLE color: 1970951.

HSL color Cylindrical-coordinate representation of color #07131E: hue angle of 208.7º degrees, saturation: 0.62, 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 #07131E is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71930-
CMYK0.770.3700.88
HSL208.7º62.16%7.25%-
HSV(B)208.7º76.67%11.76%-
XYZ0.550.61.32-
YUV16.67135.52121.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=12.5%
G=33.93%
B=53.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal719300.770.3700.88208.762.167.25
Hex7131E4D25058d13e7
Octal72336115450130321767
Binary111100111111010011011001010101100011010001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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