Html Css Color HEX #031631 Black Pearl

📋 copy color: '#031631'

red 3 ◦ green 22 ◦ blue 49

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

Shades of Black Pearl #031631

Tints of Black Pearl #031631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.73%

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

R = 4.05%
G = 29.73%
B = 66.22%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031631 (or 0x031631) is known color: Black Pearl. HEX triplet: 03, 16 and 31. RGB value is (3,22,49). Sum of RGB (Red+Green+Blue) = 3+22+49=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #031631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031631 is #FCE9CE. Grayscale: #131313. Windows color (decimal): -16574927 or 3216899. OLE color: 3216899.

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

Color convert

RGB 3 22 49 -
CMYK 0.94 0.55 0 0.81
HSL 215.22º 0.88% 0.1% -
HSV(B) 215.22º 0.94% 0.19% -
XYZ 0.88 0.81 3.02 -
YUV 19.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 3 22 49 0.94 0.55 0 0.81 215.22 0.88 0.1
Hex 3 16 31 5E 37 0 51 D7 58 A
Octal 3 26 61 136 67 0 121 327 130 12
Binary 11 10110 110001 1011110 110111 0 1010001 11010111 1011000 1010

Color Harmonies of #031631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031631

Black with #031631

Text Example


Text Example

White with #031631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031631; }

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

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

background-color css

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

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

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

border-color css

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

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

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