Html Css Color HEX #310342 Blackcurrant

📋 copy color: '#310342'

red 49 ◦ green 3 ◦ blue 66

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

Shades of Blackcurrant #310342

Tints of Blackcurrant #310342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

 BLUE value IS 66 (26.17% from 255) = 55.93%

R = 41.53%
G = 2.54%
B = 55.93%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#310342 (or 0x310342) is known color: Blackcurrant. HEX triplet: 31, 03 and 42. RGB value is (49,3,66). Sum of RGB (Red+Green+Blue) = 49+3+66=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #310342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310342 is #CEFCBD. Grayscale: #171717. Windows color (decimal): -13565118 or 4326193. OLE color: 4326193.

HSL color Cylindrical-coordinate representation of color #310342: hue angle of 283.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310342 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 3 66 -
CMYK 0.26 0.95 0 0.74
HSL 283.81º 0.91% 0.14% -
HSV(B) 283.81º 0.95% 0.26% -
XYZ 2.28 1.11 5.25 -
YUV 23.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 49 3 66 0.26 0.95 0 0.74 283.81 0.91 0.14
Hex 31 3 42 1A 5F 0 4A 11C 5B E
Octal 61 3 102 32 137 0 112 434 133 16
Binary 110001 11 1000010 11010 1011111 0 1001010 100011100 1011011 1110

Color Harmonies of #310342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310342

Black with #310342

Text Example


Text Example

White with #310342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310342; }

 p { color: rgb(49,3,66); }

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

background-color css

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

 a { background-color: rgb(49,3,66); }

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

border-color css

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

 span { border-color: rgb(49,3,66); }

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