#072023

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

Shades of Black Pearl #072023

Tints of Black Pearl #072023

Color information

#072023 (or 0x072023) is unknown color: approx Black Pearl. HEX triplet: 07, 20 and 23. RGB value is (7,32,35). Sum of RGB (Red+Green+Blue) = 7+32+35=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #072023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072023 is #F8DFDC. Grayscale: #181818. Windows color (decimal): -16310237 or 2301959. OLE color: 2301959.

HSL color Cylindrical-coordinate representation of color #072023: hue angle of 186.43º 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 #072023 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB73235-
CMYK0.800.0900.86
HSL186.43º66.67%8.24%-
HSV(B)186.43º80%13.73%-
XYZ0.911.21.77-
YUV24.87133.72115.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 35 (14.06% from 255) = 47.30%
R=9.46%
G=43.24%
B=47.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal732350.800.0900.86186.4366.678.24
Hex72023509056ba438
Octal7404312011012627210310
Binary11110000010001110100001001010101101011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072023; }

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

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

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

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

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

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

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

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