#07212C

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

Shades of Black Pearl #07212C

Tints of Black Pearl #07212C

Color information

#07212C (or 0x07212C) is unknown color: approx Black Pearl. HEX triplet: 07, 21 and 2C. RGB value is (7,33,44). Sum of RGB (Red+Green+Blue) = 7+33+44=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #07212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07212C is #F8DED3. Grayscale: #1A1A1A. Windows color (decimal): -16309972 or 2892039. OLE color: 2892039.

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

Color convert

RGB73344-
CMYK0.840.2500.83
HSL197.84º72.55%10%-
HSV(B)197.84º84.09%17.25%-
XYZ1.091.312.58-
YUV26.48137.89114.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 44 (17.58% from 255) = 52.38%
R=8.33%
G=39.29%
B=52.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal733440.840.2500.83197.8472.5510
Hex7212C5419053c649a
Octal7415412431012330611112
Binary111100001101100101010011001010100111100011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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