#072B35

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

Shades of Black Pearl #072B35

Tints of Black Pearl #072B35

Color information

#072B35 (or 0x072B35) is unknown color: approx Black Pearl. HEX triplet: 07, 2B and 35. RGB value is (7,43,53). Sum of RGB (Red+Green+Blue) = 7+43+53=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #072B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B35 is #F8D4CA. Grayscale: #212121. Windows color (decimal): -16307403 or 3484423. OLE color: 3484423.

HSL color Cylindrical-coordinate representation of color #072B35: hue angle of 193.04º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072B35 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB74353-
CMYK0.870.1900.79
HSL193.04º76.67%11.76%-
HSV(B)193.04º86.79%20.78%-
XYZ1.592.033.68-
YUV33.38139.07109.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=6.80%
G=41.75%
B=51.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal743530.870.1900.79193.0476.6711.76
Hex72B35571304Fc14dc
Octal7536512723011730111514
Binary111101011110101101011110011010011111100000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,53); }

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

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

 a { background-color: rgb(7,43,53); }

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

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

 span { border-color: rgb(7,43,53); }

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