Html Css Color HEX #072831 Black Pearl

📋 copy color: '#072831'

red 7 ◦ green 40 ◦ blue 49

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

Shades of Black Pearl #072831

Tints of Black Pearl #072831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 51.04%

R = 7.29%
G = 41.67%
B = 51.04%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#072831 (or 0x072831) is known color: Black Pearl. HEX triplet: 07, 28 and 31. RGB value is (7,40,49). Sum of RGB (Red+Green+Blue) = 7+40+49=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #072831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072831 is #F8D7CE. Grayscale: #1F1F1F. Windows color (decimal): -16308175 or 3221511. OLE color: 3221511.

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

Color convert

RGB 7 40 49 -
CMYK 0.86 0.18 0 0.81
HSL 192.86º 0.75% 0.11% -
HSV(B) 192.86º 0.86% 0.19% -
XYZ 1.4 1.78 3.18 -
YUV 31.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 7 40 49 0.86 0.18 0 0.81 192.86 0.75 0.11
Hex 7 28 31 56 12 0 51 C1 4B B
Octal 7 50 61 126 22 0 121 301 113 13
Binary 111 101000 110001 1010110 10010 0 1010001 11000001 1001011 1011

Color Harmonies of #072831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072831

Black with #072831

Text Example


Text Example

White with #072831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072831; }

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

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

background-color css

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

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

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

border-color css

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

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

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