#07242C

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

Shades of Black Pearl #07242C

Tints of Black Pearl #07242C

Color information

#07242C (or 0x07242C) is unknown color: approx Black Pearl. HEX triplet: 07, 24 and 2C. RGB value is (7,36,44). Sum of RGB (Red+Green+Blue) = 7+36+44=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #07242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07242C is #F8DBD3. Grayscale: #1C1C1C. Windows color (decimal): -16309204 or 2892807. OLE color: 2892807.

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

Color convert

RGB73644-
CMYK0.840.1800.83
HSL192.97º72.55%10%-
HSV(B)192.97º84.09%17.25%-
XYZ1.171.492.61-
YUV28.24136.89112.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 44 (17.58% from 255) = 50.57%
R=8.05%
G=41.38%
B=50.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal736440.840.1800.83192.9772.5510
Hex7242C5412053c149a
Octal7445412422012330111112
Binary111100100101100101010010010010100111100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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