#072024

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

Shades of Black Pearl #072024

Tints of Black Pearl #072024

Color information

#072024 (or 0x072024) is unknown color: approx Black Pearl. HEX triplet: 07, 20 and 24. RGB value is (7,32,36). Sum of RGB (Red+Green+Blue) = 7+32+36=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #072024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072024 is #F8DFDB. Grayscale: #181818. Windows color (decimal): -16310236 or 2367495. OLE color: 2367495.

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

Color convert

RGB73236-
CMYK0.810.1100.86
HSL188.28º67.44%8.43%-
HSV(B)188.28º80.56%14.12%-
XYZ0.921.211.85-
YUV24.98134.22115.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 36 (14.45% from 255) = 48%
R=9.33%
G=42.67%
B=48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal732360.810.1100.86188.2867.448.43
Hex7202451B056bc438
Octal7404412113012627410310
Binary11110000010010010100011011010101101011110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072024; }

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

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

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

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

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

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

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

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