#071323

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

Shades of Black Pearl #071323

Tints of Black Pearl #071323

Color information

#071323 (or 0x071323) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 23. RGB value is (7,19,35). Sum of RGB (Red+Green+Blue) = 7+19+35=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #071323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071323 is #F8ECDC. Grayscale: #111111. Windows color (decimal): -16313565 or 2298631. OLE color: 2298631.

HSL color Cylindrical-coordinate representation of color #071323: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #071323 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB71935-
CMYK0.800.4600.86
HSL214.29º66.67%8.24%-
HSV(B)214.29º80%13.73%-
XYZ0.620.631.68-
YUV17.24138.02120.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=11.48%
G=31.15%
B=57.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal719350.800.4600.86214.2966.678.24
Hex71323502E056d6438
Octal7234312056012632610310
Binary111100111000111010000101110010101101101011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071323; }

 p { color: rgb(7,19,35); }

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

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

 a { background-color: rgb(7,19,35); }

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

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

 span { border-color: rgb(7,19,35); }

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