Html Css Color HEX #31033B Blackcurrant

📋 copy color: '#31033B'

red 49 ◦ green 3 ◦ blue 59

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

Shades of Blackcurrant #31033B

Tints of Blackcurrant #31033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.7%

 BLUE value IS 59 (23.44% from 255) = 53.15%

R = 44.14%
G = 2.7%
B = 53.15%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31033B (or 0x31033B) is known color: Blackcurrant. HEX triplet: 31, 03 and 3B. RGB value is (49,3,59). Sum of RGB (Red+Green+Blue) = 49+3+59=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #31033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31033B is #CEFCC4. Grayscale: #161616. Windows color (decimal): -13565125 or 3867441. OLE color: 3867441.

HSL color Cylindrical-coordinate representation of color #31033B: hue angle of 289.29º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31033B is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 3 59 -
CMYK 0.17 0.95 0 0.77
HSL 289.29º 0.9% 0.12% -
HSV(B) 289.29º 0.95% 0.23% -
XYZ 2.09 1.03 4.23 -
YUV 23.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 49 3 59 0.17 0.95 0 0.77 289.29 0.9 0.12
Hex 31 3 3B 11 5F 0 4D 121 5A C
Octal 61 3 73 21 137 0 115 441 132 14
Binary 110001 11 111011 10001 1011111 0 1001101 100100001 1011010 1100

Color Harmonies of #31033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31033B

Black with #31033B

Text Example


Text Example

White with #31033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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