#07212A

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

Shades of Black Pearl #07212A

Tints of Black Pearl #07212A

Color information

#07212A (or 0x07212A) is unknown color: approx Black Pearl. HEX triplet: 07, 21 and 2A. RGB value is (7,33,42). Sum of RGB (Red+Green+Blue) = 7+33+42=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #07212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07212A is #F8DED5. Grayscale: #1A1A1A. Windows color (decimal): -16309974 or 2760967. OLE color: 2760967.

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

Color convert

RGB73342-
CMYK0.830.2100.84
HSL195.43º71.43%9.61%-
HSV(B)195.43º83.33%16.47%-
XYZ1.051.32.39-
YUV26.25136.89114.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 33 (13.28% from 255) = 40.24%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=8.54%
G=40.24%
B=51.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal733420.830.2100.84195.4371.439.61
Hex7212A5315054c347a
Octal7415212325012430310712
Binary111100001101010101001110101010101001100001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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