Html Css Color HEX #31174B Blackcurrant

📋 copy color: '#31174B'

red 49 ◦ green 23 ◦ blue 75

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

Shades of Blackcurrant #31174B

Tints of Blackcurrant #31174B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

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

R = 33.33%
G = 15.65%
B = 51.02%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31174B (or 0x31174B) is known color: Blackcurrant. HEX triplet: 31, 17 and 4B. RGB value is (49,23,75). Sum of RGB (Red+Green+Blue) = 49+23+75=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #31174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31174B is #CEE8B4. Grayscale: #242424. Windows color (decimal): -13559989 or 4921137. OLE color: 4921137.

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

Color convert

RGB 49 23 75 -
CMYK 0.35 0.69 0 0.71
HSL 270º 0.53% 0.19% -
HSV(B) 270º 0.69% 0.29% -
XYZ 2.84 1.77 6.85 -
YUV 36.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 49 23 75 0.35 0.69 0 0.71 270 0.53 0.19
Hex 31 17 4B 23 45 0 47 10E 35 13
Octal 61 27 113 43 105 0 107 416 65 23
Binary 110001 10111 1001011 100011 1000101 0 1000111 100001110 110101 10011

Color Harmonies of #31174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31174B

Black with #31174B

Text Example


Text Example

White with #31174B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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