Html Css Color HEX #31033C Blackcurrant

📋 copy color: '#31033C'

red 49 ◦ green 3 ◦ blue 60

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

Shades of Blackcurrant #31033C

Tints of Blackcurrant #31033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 53.57%

R = 43.75%
G = 2.68%
B = 53.57%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31033C (or 0x31033C) is known color: Blackcurrant. HEX triplet: 31, 03 and 3C. RGB value is (49,3,60). Sum of RGB (Red+Green+Blue) = 49+3+60=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #31033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31033C is #CEFCC3. Grayscale: #171717. Windows color (decimal): -13565124 or 3932977. OLE color: 3932977.

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

Color convert

RGB 49 3 60 -
CMYK 0.18 0.95 0 0.76
HSL 288.42º 0.9% 0.12% -
HSV(B) 288.42º 0.95% 0.24% -
XYZ 2.11 1.04 4.37 -
YUV 23.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 49 3 60 0.18 0.95 0 0.76 288.42 0.9 0.12
Hex 31 3 3C 12 5F 0 4C 120 5A C
Octal 61 3 74 22 137 0 114 440 132 14
Binary 110001 11 111100 10010 1011111 0 1001100 100100000 1011010 1100

Color Harmonies of #31033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31033C

Black with #31033C

Text Example


Text Example

White with #31033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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