Html Css Color HEX #310452 Blackcurrant

📋 copy color: '#310452'

red 49 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #310452

Tints of Blackcurrant #310452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 60.74%

R = 36.3%
G = 2.96%
B = 60.74%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310452 (or 0x310452) is known color: Blackcurrant. HEX triplet: 31, 04 and 52. RGB value is (49,4,82). Sum of RGB (Red+Green+Blue) = 49+4+82=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #310452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310452 is #CEFBAD. Grayscale: #1A1A1A. Windows color (decimal): -13564846 or 5375025. OLE color: 5375025.

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

Color convert

RGB 49 4 82 -
CMYK 0.40 0.95 0 0.68
HSL 274.62º 0.91% 0.17% -
HSV(B) 274.62º 0.95% 0.32% -
XYZ 2.83 1.35 8.09 -
YUV 26.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 49 4 82 0.40 0.95 0 0.68 274.62 0.91 0.17
Hex 31 4 52 28 5F 0 44 113 5B 11
Octal 61 4 122 50 137 0 104 423 133 21
Binary 110001 100 1010010 101000 1011111 0 1000100 100010011 1011011 10001

Color Harmonies of #310452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310452

Black with #310452

Text Example


Text Example

White with #310452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310452; }

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

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

background-color css

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

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

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

border-color css

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

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

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