Html Css Color HEX #310C4B Blackcurrant

📋 copy color: '#310C4B'

red 49 ◦ green 12 ◦ blue 75

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

Shades of Blackcurrant #310C4B

Tints of Blackcurrant #310C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.82%

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

R = 36.03%
G = 8.82%
B = 55.15%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#310C4B (or 0x310C4B) is known color: Blackcurrant. HEX triplet: 31, 0C and 4B. RGB value is (49,12,75). Sum of RGB (Red+Green+Blue) = 49+12+75=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #310C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C4B is #CEF3B4. Grayscale: #1E1E1E. Windows color (decimal): -13562805 or 4918321. OLE color: 4918321.

HSL color Cylindrical-coordinate representation of color #310C4B: hue angle of 275.24º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310C4B is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 12 75 -
CMYK 0.35 0.84 0 0.71
HSL 275.24º 0.72% 0.17% -
HSV(B) 275.24º 0.84% 0.29% -
XYZ 2.67 1.42 6.79 -
YUV 30.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 49 12 75 0.35 0.84 0 0.71 275.24 0.72 0.17
Hex 31 C 4B 23 54 0 47 113 48 11
Octal 61 14 113 43 124 0 107 423 110 21
Binary 110001 1100 1001011 100011 1010100 0 1000111 100010011 1001000 10001

Color Harmonies of #310C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C4B

Black with #310C4B

Text Example


Text Example

White with #310C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310C4B; }

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

 H1.HeaderClassName
 {
   color: #310C4B;
 }
 .AnyTagClassName
 {
   color: #310C4B;
 }
</style>

background-color css

<style>
 a { background-color: #310C4B; }

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

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

border-color css

<style>
 span { border-color: #310C4B; }

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

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