#072834

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

Shades of Black Pearl #072834

Tints of Black Pearl #072834

Color information

#072834 (or 0x072834) is unknown color: approx Black Pearl. HEX triplet: 07, 28 and 34. RGB value is (7,40,52). Sum of RGB (Red+Green+Blue) = 7+40+52=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #072834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072834 is #F8D7CB. Grayscale: #1F1F1F. Windows color (decimal): -16308172 or 3418119. OLE color: 3418119.

HSL color Cylindrical-coordinate representation of color #072834: hue angle of 196º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072834 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB74052-
CMYK0.870.2300.80
HSL196º76.27%11.57%-
HSV(B)196º86.54%20.39%-
XYZ1.471.813.52-
YUV31.5139.57110.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 52 (20.70% from 255) = 52.53%
R=7.07%
G=40.40%
B=52.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal740520.870.2300.8019676.2711.57
Hex728345717050c44cc
Octal7506412727012030411414
Binary111101000110100101011110111010100001100010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072834; }

 p { color: rgb(7,40,52); }

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

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

 a { background-color: rgb(7,40,52); }

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

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

 span { border-color: rgb(7,40,52); }

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