#07181E

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

Shades of Black Pearl #07181E

Tints of Black Pearl #07181E

Color information

#07181E (or 0x07181E) is unknown color: approx Black Pearl. HEX triplet: 07, 18 and 1E. RGB value is (7,24,30). Sum of RGB (Red+Green+Blue) = 7+24+30=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #07181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07181E is #F8E7E1. Grayscale: #131313. Windows color (decimal): -16312290 or 1972231. OLE color: 1972231.

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

Color convert

RGB72430-
CMYK0.770.2000.88
HSL195.65º62.16%7.25%-
HSV(B)195.65º76.67%11.76%-
XYZ0.650.791.35-
YUV19.6133.87119.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=11.48%
G=39.34%
B=49.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal724300.770.2000.88195.6562.167.25
Hex7181E4D14058c43e7
Octal73036115240130304767
Binary11111000111101001101101000101100011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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