Html Css Color HEX #071931 Black Pearl

📋 copy color: '#071931'

red 7 ◦ green 25 ◦ blue 49

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

Shades of Black Pearl #071931

Tints of Black Pearl #071931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.86%

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

R = 8.64%
G = 30.86%
B = 60.49%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071931 (or 0x071931) is known color: Black Pearl. HEX triplet: 07, 19 and 31. RGB value is (7,25,49). Sum of RGB (Red+Green+Blue) = 7+25+49=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #071931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071931 is #F8E6CE. Grayscale: #161616. Windows color (decimal): -16312015 or 3217671. OLE color: 3217671.

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

Color convert

RGB 7 25 49 -
CMYK 0.86 0.49 0 0.81
HSL 214.29º 0.75% 0.11% -
HSV(B) 214.29º 0.86% 0.19% -
XYZ 0.99 0.96 3.04 -
YUV 22.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 7 25 49 0.86 0.49 0 0.81 214.29 0.75 0.11
Hex 7 19 31 56 31 0 51 D6 4B B
Octal 7 31 61 126 61 0 121 326 113 13
Binary 111 11001 110001 1010110 110001 0 1010001 11010110 1001011 1011

Color Harmonies of #071931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071931

Black with #071931

Text Example


Text Example

White with #071931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071931; }

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

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

background-color css

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

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

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

border-color css

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

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

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