#07182A

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

Shades of Black Pearl #07182A

Tints of Black Pearl #07182A

Color information

#07182A (or 0x07182A) is unknown color: approx Black Pearl. HEX triplet: 07, 18 and 2A. RGB value is (7,24,42). Sum of RGB (Red+Green+Blue) = 7+24+42=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #07182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07182A is #F8E7D5. Grayscale: #141414. Windows color (decimal): -16312278 or 2758663. OLE color: 2758663.

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

Color convert

RGB72442-
CMYK0.830.4300.84
HSL210.86º71.43%9.61%-
HSV(B)210.86º83.33%16.47%-
XYZ0.830.872.31-
YUV20.97139.87118.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 42 (16.80% from 255) = 57.53%
R=9.59%
G=32.88%
B=57.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal724420.830.4300.84210.8671.439.61
Hex7182A532B054d347a
Octal7305212353012432310712
Binary111110001010101010011101011010101001101001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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