#072C38

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

Shades of Black Pearl #072C38

Tints of Black Pearl #072C38

Color information

#072C38 (or 0x072C38) is unknown color: approx Black Pearl. HEX triplet: 07, 2C and 38. RGB value is (7,44,56). Sum of RGB (Red+Green+Blue) = 7+44+56=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #072C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C38 is #F8D3C7. Grayscale: #222222. Windows color (decimal): -16307144 or 3681287. OLE color: 3681287.

HSL color Cylindrical-coordinate representation of color #072C38: hue angle of 194.69º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072C38 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB74456-
CMYK0.880.2100.78
HSL194.69º77.78%12.35%-
HSV(B)194.69º87.5%21.96%-
XYZ1.72.134.06-
YUV34.3140.24108.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 56 (22.27% from 255) = 52.34%
R=6.54%
G=41.12%
B=52.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal744560.880.2100.78194.6977.7812.35
Hex72C38581504Ec34ec
Octal7547013025011630311614
Binary111101100111000101100010101010011101100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072C38; }

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

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

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

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

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

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

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

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