#072134

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

Shades of Black Pearl #072134

Tints of Black Pearl #072134

Color information

#072134 (or 0x072134) is unknown color: approx Black Pearl. HEX triplet: 07, 21 and 34. RGB value is (7,33,52). Sum of RGB (Red+Green+Blue) = 7+33+52=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #072134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072134 is #F8DECB. Grayscale: #1B1B1B. Windows color (decimal): -16309964 or 3416327. OLE color: 3416327.

HSL color Cylindrical-coordinate representation of color #072134: hue angle of 205.33º 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 #072134 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB73352-
CMYK0.870.3700.80
HSL205.33º76.27%11.57%-
HSV(B)205.33º86.54%20.39%-
XYZ1.251.383.45-
YUV27.39141.89113.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=7.61%
G=35.87%
B=56.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal733520.870.3700.80205.3376.2711.57
Hex721345725050cd4cc
Octal7416412745012031511414
Binary1111000011101001010111100101010100001100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072134; }

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

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

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

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

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

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

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

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