Html Css Color HEX #072631 Black Pearl

📋 copy color: '#072631'

red 7 ◦ green 38 ◦ blue 49

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

Shades of Black Pearl #072631

Tints of Black Pearl #072631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.43%

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

R = 7.45%
G = 40.43%
B = 52.13%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#072631 (or 0x072631) is known color: Black Pearl. HEX triplet: 07, 26 and 31. RGB value is (7,38,49). Sum of RGB (Red+Green+Blue) = 7+38+49=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #072631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072631 is #F8D9CE. Grayscale: #1D1D1D. Windows color (decimal): -16308687 or 3220999. OLE color: 3220999.

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

Color convert

RGB 7 38 49 -
CMYK 0.86 0.22 0 0.81
HSL 195.71º 0.75% 0.11% -
HSV(B) 195.71º 0.86% 0.19% -
XYZ 1.34 1.65 3.15 -
YUV 29.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 7 38 49 0.86 0.22 0 0.81 195.71 0.75 0.11
Hex 7 26 31 56 16 0 51 C4 4B B
Octal 7 46 61 126 26 0 121 304 113 13
Binary 111 100110 110001 1010110 10110 0 1010001 11000100 1001011 1011

Color Harmonies of #072631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072631

Black with #072631

Text Example


Text Example

White with #072631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072631; }

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

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

background-color css

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

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

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

border-color css

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

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

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