Html Css Color HEX #072032 Black Pearl

📋 copy color: '#072032'

red 7 ◦ green 32 ◦ blue 50

#072032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #072032

Tints of Black Pearl #072032

RGB

 RED value IS 7 (3.13% from 255) = 7.87%

 GREEN value IS 32 (12.89% from 255) = 35.96%

 BLUE value IS 50 (19.92% from 255) = 56.18%

R = 7.87%
G = 35.96%
B = 56.18%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#072032 (or 0x072032) is known color: Black Pearl. HEX triplet: 07, 20 and 32. RGB value is (7,32,50). Sum of RGB (Red+Green+Blue) = 7+32+50=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #072032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072032 is #F8DFCD. Grayscale: #1A1A1A. Windows color (decimal): -16310222 or 3284999. OLE color: 3284999.

HSL color Cylindrical-coordinate representation of color #072032: hue angle of 205.12º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072032 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 32 50 -
CMYK 0.86 0.36 0 0.80
HSL 205.12º 0.75% 0.11% -
HSV(B) 205.12º 0.86% 0.2% -
XYZ 1.18 1.31 3.21 -
YUV 26.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 7 32 50 0.86 0.36 0 0.80 205.12 0.75 0.11
Hex 7 20 32 56 24 0 50 CD 4B B
Octal 7 40 62 126 44 0 120 315 113 13
Binary 111 100000 110010 1010110 100100 0 1010000 11001101 1001011 1011

Color Harmonies of #072032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072032

Black with #072032

Text Example


Text Example

White with #072032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072032; }

 p { color: rgb(7,32,50); }

 H1.HeaderClassName
 {
   color: #072032;
 }
 .AnyTagClassName
 {
   color: #072032;
 }
</style>

background-color css

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

 a { background-color: rgb(7,32,50); }

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

border-color css

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

 span { border-color: rgb(7,32,50); }

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