Html Css Color HEX #31384C Licorice

📋 copy color: '#31384C'

red 49 ◦ green 56 ◦ blue 76

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

Shades of Licorice #31384C

Tints of Licorice #31384C

RGB

 RED value IS 49 (19.53% from 255) = 27.07%

 GREEN value IS 56 (22.27% from 255) = 30.94%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 27.07%
G = 30.94%
B = 41.99%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31384C (or 0x31384C) is known color: Licorice. HEX triplet: 31, 38 and 4C. RGB value is (49,56,76). Sum of RGB (Red+Green+Blue) = 49+56+76=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #31384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31384C is #CEC7B3. Grayscale: #383838. Windows color (decimal): -13551540 or 4995121. OLE color: 4995121.

HSL color Cylindrical-coordinate representation of color #31384C: hue angle of 224.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31384C is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 56 76 -
CMYK 0.36 0.26 0 0.70
HSL 224.44º 0.22% 0.25% -
HSV(B) 224.44º 0.36% 0.3% -
XYZ 3.99 4 7.4 -
YUV 56.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 49 56 76 0.36 0.26 0 0.70 224.44 0.22 0.25
Hex 31 38 4C 24 1A 0 46 E0 16 19
Octal 61 70 114 44 32 0 106 340 26 31
Binary 110001 111000 1001100 100100 11010 0 1000110 11100000 10110 11001

Color Harmonies of #31384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31384C

Black with #31384C

Text Example


Text Example

White with #31384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31384C; }

 p { color: rgb(49,56,76); }

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

background-color css

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

 a { background-color: rgb(49,56,76); }

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

border-color css

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

 span { border-color: rgb(49,56,76); }

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