#07242D

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

Shades of Black Pearl #07242D

Tints of Black Pearl #07242D

Color information

#07242D (or 0x07242D) is unknown color: approx Black Pearl. HEX triplet: 07, 24 and 2D. RGB value is (7,36,45). Sum of RGB (Red+Green+Blue) = 7+36+45=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #07242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07242D is #F8DBD2. Grayscale: #1C1C1C. Windows color (decimal): -16309203 or 2958343. OLE color: 2958343.

HSL color Cylindrical-coordinate representation of color #07242D: hue angle of 194.21º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07242D is Cyan = 0.84, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB73645-
CMYK0.840.200.82
HSL194.21º73.08%10.2%-
HSV(B)194.21º84.44%17.65%-
XYZ1.191.52.71-
YUV28.35137.39112.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 45 (17.97% from 255) = 51.14%
R=7.95%
G=40.91%
B=51.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal736450.840.200.82194.2173.0810.2
Hex7242D5414052c249a
Octal7445512424012230211112
Binary111100100101101101010010100010100101100001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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