#07212D

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

Shades of Black Pearl #07212D

Tints of Black Pearl #07212D

Color information

#07212D (or 0x07212D) is unknown color: approx Black Pearl. HEX triplet: 07, 21 and 2D. RGB value is (7,33,45). Sum of RGB (Red+Green+Blue) = 7+33+45=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #07212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07212D is #F8DED2. Grayscale: #1A1A1A. Windows color (decimal): -16309971 or 2957575. OLE color: 2957575.

HSL color Cylindrical-coordinate representation of color #07212D: hue angle of 198.95º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07212D is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB73345-
CMYK0.840.2700.82
HSL198.95º73.08%10.2%-
HSV(B)198.95º84.44%17.65%-
XYZ1.111.322.68-
YUV26.59138.39114.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=8.24%
G=38.82%
B=52.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal733450.840.2700.82198.9573.0810.2
Hex7212D541B052c749a
Octal7415512433012230711112
Binary111100001101101101010011011010100101100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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