Html Css Color HEX #031731 Black Pearl

📋 copy color: '#031731'

red 3 ◦ green 23 ◦ blue 49

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

Shades of Black Pearl #031731

Tints of Black Pearl #031731

RGB

 RED value IS 3 (1.56% from 255) = 4%

 GREEN value IS 23 (9.38% from 255) = 30.67%

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

R = 4%
G = 30.67%
B = 65.33%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031731 (or 0x031731) is known color: Black Pearl. HEX triplet: 03, 17 and 31. RGB value is (3,23,49). Sum of RGB (Red+Green+Blue) = 3+23+49=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #031731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031731 is #FCE8CE. Grayscale: #131313. Windows color (decimal): -16574671 or 3217155. OLE color: 3217155.

HSL color Cylindrical-coordinate representation of color #031731: hue angle of 213.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031731 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 23 49 -
CMYK 0.94 0.53 0 0.81
HSL 213.91º 0.88% 0.1% -
HSV(B) 213.91º 0.94% 0.19% -
XYZ 0.9 0.85 3.02 -
YUV 19.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 3 23 49 0.94 0.53 0 0.81 213.91 0.88 0.1
Hex 3 17 31 5E 35 0 51 D6 58 A
Octal 3 27 61 136 65 0 121 326 130 12
Binary 11 10111 110001 1011110 110101 0 1010001 11010110 1011000 1010

Color Harmonies of #031731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031731

Black with #031731

Text Example


Text Example

White with #031731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031731; }

 p { color: rgb(3,23,49); }

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

background-color css

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

 a { background-color: rgb(3,23,49); }

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

border-color css

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

 span { border-color: rgb(3,23,49); }

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