#07182B

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

Shades of Black Pearl #07182B

Tints of Black Pearl #07182B

Color information

#07182B (or 0x07182B) is unknown color: approx Black Pearl. HEX triplet: 07, 18 and 2B. RGB value is (7,24,43). Sum of RGB (Red+Green+Blue) = 7+24+43=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #07182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07182B is #F8E7D4. Grayscale: #141414. Windows color (decimal): -16312277 or 2824199. OLE color: 2824199.

HSL color Cylindrical-coordinate representation of color #07182B: hue angle of 211.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07182B is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB72443-
CMYK0.840.4400.83
HSL211.67º72%9.8%-
HSV(B)211.67º83.72%16.86%-
XYZ0.850.872.41-
YUV21.08140.37117.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 43 (17.19% from 255) = 58.11%
R=9.46%
G=32.43%
B=58.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal724430.840.4400.83211.67729.8
Hex7182B542C053d448a
Octal7305312454012332411012
Binary111110001010111010100101100010100111101010010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07182B; }

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

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

<style>
 a { background-color: #07182B; }

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

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

<style>
 span { border-color: #07182B; }

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

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