#07202A

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

Shades of Black Pearl #07202A

Tints of Black Pearl #07202A

Color information

#07202A (or 0x07202A) is unknown color: approx Black Pearl. HEX triplet: 07, 20 and 2A. RGB value is (7,32,42). Sum of RGB (Red+Green+Blue) = 7+32+42=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #07202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07202A is #F8DFD5. Grayscale: #191919. Windows color (decimal): -16310230 or 2760711. OLE color: 2760711.

HSL color Cylindrical-coordinate representation of color #07202A: hue angle of 197.14º 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 #07202A is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB73242-
CMYK0.830.2400.84
HSL197.14º71.43%9.61%-
HSV(B)197.14º83.33%16.47%-
XYZ1.021.252.38-
YUV25.66137.22114.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 42 (16.80% from 255) = 51.85%
R=8.64%
G=39.51%
B=51.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal732420.830.2400.84197.1471.439.61
Hex7202A5318054c547a
Octal7405212330012430510712
Binary111100000101010101001111000010101001100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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