Html Css Color HEX #310453 Blackcurrant

📋 copy color: '#310453'

red 49 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #310453

Tints of Blackcurrant #310453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 36.03%
G = 2.94%
B = 61.03%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310453 (or 0x310453) is known color: Blackcurrant. HEX triplet: 31, 04 and 53. RGB value is (49,4,83). Sum of RGB (Red+Green+Blue) = 49+4+83=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #310453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310453 is #CEFBAC. Grayscale: #1A1A1A. Windows color (decimal): -13564845 or 5440561. OLE color: 5440561.

HSL color Cylindrical-coordinate representation of color #310453: hue angle of 274.18º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310453 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 4 83 -
CMYK 0.41 0.95 0 0.67
HSL 274.18º 0.91% 0.17% -
HSV(B) 274.18º 0.95% 0.33% -
XYZ 2.87 1.36 8.3 -
YUV 26.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 49 4 83 0.41 0.95 0 0.67 274.18 0.91 0.17
Hex 31 4 53 29 5F 0 43 112 5B 11
Octal 61 4 123 51 137 0 103 422 133 21
Binary 110001 100 1010011 101001 1011111 0 1000011 100010010 1011011 10001

Color Harmonies of #310453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310453

Black with #310453

Text Example


Text Example

White with #310453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310453; }

 p { color: rgb(49,4,83); }

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

background-color css

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

 a { background-color: rgb(49,4,83); }

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

border-color css

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

 span { border-color: rgb(49,4,83); }

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