Html Css Color HEX #31093A Blackcurrant

📋 copy color: '#31093A'

red 49 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #31093A

Tints of Blackcurrant #31093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 58 (23.05% from 255) = 50%

R = 42.24%
G = 7.76%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31093A (or 0x31093A) is known color: Blackcurrant. HEX triplet: 31, 09 and 3A. RGB value is (49,9,58). Sum of RGB (Red+Green+Blue) = 49+9+58=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #31093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31093A is #CEF6C5. Grayscale: #1A1A1A. Windows color (decimal): -13563590 or 3803441. OLE color: 3803441.

HSL color Cylindrical-coordinate representation of color #31093A: hue angle of 288.98º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31093A is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 9 58 -
CMYK 0.16 0.84 0 0.77
HSL 288.98º 0.73% 0.13% -
HSV(B) 288.98º 0.84% 0.23% -
XYZ 2.13 1.15 4.11 -
YUV 26.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 49 9 58 0.16 0.84 0 0.77 288.98 0.73 0.13
Hex 31 9 3A 10 54 0 4D 121 49 D
Octal 61 11 72 20 124 0 115 441 111 15
Binary 110001 1001 111010 10000 1010100 0 1001101 100100001 1001001 1101

Color Harmonies of #31093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31093A

Black with #31093A

Text Example


Text Example

White with #31093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31093A; }

 p { color: rgb(49,9,58); }

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

background-color css

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

 a { background-color: rgb(49,9,58); }

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

border-color css

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

 span { border-color: rgb(49,9,58); }

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