Html Css Color HEX #31014B Blackcurrant

📋 copy color: '#31014B'

red 49 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #31014B

Tints of Blackcurrant #31014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

 BLUE value IS 75 (29.69% from 255) = 60%

R = 39.2%
G = 0.8%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31014B (or 0x31014B) is known color: Blackcurrant. HEX triplet: 31, 01 and 4B. RGB value is (49,1,75). Sum of RGB (Red+Green+Blue) = 49+1+75=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #31014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31014B is #CEFEB4. Grayscale: #171717. Windows color (decimal): -13565621 or 4915505. OLE color: 4915505.

HSL color Cylindrical-coordinate representation of color #31014B: hue angle of 278.92º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31014B is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 1 75 -
CMYK 0.35 0.99 0 0.71
HSL 278.92º 0.97% 0.15% -
HSV(B) 278.92º 0.99% 0.29% -
XYZ 2.55 1.18 6.75 -
YUV 23.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 49 1 75 0.35 0.99 0 0.71 278.92 0.97 0.15
Hex 31 1 4B 23 63 0 47 117 61 F
Octal 61 1 113 43 143 0 107 427 141 17
Binary 110001 1 1001011 100011 1100011 0 1000111 100010111 1100001 1111

Color Harmonies of #31014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31014B

Black with #31014B

Text Example


Text Example

White with #31014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,1,75); }

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

background-color css

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

 a { background-color: rgb(49,1,75); }

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

border-color css

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

 span { border-color: rgb(49,1,75); }

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