Html Css Color HEX #072832 Black Pearl

📋 copy color: '#072832'

red 7 ◦ green 40 ◦ blue 50

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

Shades of Black Pearl #072832

Tints of Black Pearl #072832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 41.24%

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

R = 7.22%
G = 41.24%
B = 51.55%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#072832 (or 0x072832) is known color: Black Pearl. HEX triplet: 07, 28 and 32. RGB value is (7,40,50). Sum of RGB (Red+Green+Blue) = 7+40+50=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #072832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072832 is #F8D7CD. Grayscale: #1F1F1F. Windows color (decimal): -16308174 or 3287047. OLE color: 3287047.

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

Color convert

RGB 7 40 50 -
CMYK 0.86 0.20 0 0.80
HSL 193.95º 0.75% 0.11% -
HSV(B) 193.95º 0.86% 0.2% -
XYZ 1.42 1.79 3.29 -
YUV 31.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 7 40 50 0.86 0.20 0 0.80 193.95 0.75 0.11
Hex 7 28 32 56 14 0 50 C2 4B B
Octal 7 50 62 126 24 0 120 302 113 13
Binary 111 101000 110010 1010110 10100 0 1010000 11000010 1001011 1011

Color Harmonies of #072832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072832

Black with #072832

Text Example


Text Example

White with #072832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072832; }

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

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

background-color css

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

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

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

border-color css

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

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

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