#07212E

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

Shades of Black Pearl #07212E

Tints of Black Pearl #07212E

Color information

#07212E (or 0x07212E) is unknown color: approx Black Pearl. HEX triplet: 07, 21 and 2E. RGB value is (7,33,46). Sum of RGB (Red+Green+Blue) = 7+33+46=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #07212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07212E is #F8DED1. Grayscale: #1A1A1A. Windows color (decimal): -16309970 or 3023111. OLE color: 3023111.

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

Color convert

RGB73346-
CMYK0.850.2800.82
HSL200º73.58%10.39%-
HSV(B)200º84.78%18.04%-
XYZ1.121.332.78-
YUV26.71138.89113.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 46 (18.36% from 255) = 53.49%
R=8.14%
G=38.37%
B=53.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal733460.850.2800.8220073.5810.39
Hex7212E551C052c84aa
Octal7415612534012231011212
Binary111100001101110101010111100010100101100100010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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