#07242F

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

Shades of Black Pearl #07242F

Tints of Black Pearl #07242F

Color information

#07242F (or 0x07242F) is unknown color: approx Black Pearl. HEX triplet: 07, 24 and 2F. RGB value is (7,36,47). Sum of RGB (Red+Green+Blue) = 7+36+47=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #07242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07242F is #F8DBD0. Grayscale: #1C1C1C. Windows color (decimal): -16309201 or 3089415. OLE color: 3089415.

HSL color Cylindrical-coordinate representation of color #07242F: hue angle of 196.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07242F is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB73647-
CMYK0.850.2300.82
HSL196.5º74.07%10.59%-
HSV(B)196.5º85.11%18.43%-
XYZ1.231.512.92-
YUV28.58138.39112.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=7.78%
G=40%
B=52.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal736470.850.2300.82196.574.0710.59
Hex7242F5517052c44ab
Octal7445712527012230411213
Binary111100100101111101010110111010100101100010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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