Html Css Color HEX #310242 Blackcurrant

📋 copy color: '#310242'

red 49 ◦ green 2 ◦ blue 66

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

Shades of Blackcurrant #310242

Tints of Blackcurrant #310242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 41.88%
G = 1.71%
B = 56.41%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#310242 (or 0x310242) is known color: Blackcurrant. HEX triplet: 31, 02 and 42. RGB value is (49,2,66). Sum of RGB (Red+Green+Blue) = 49+2+66=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 66 (26.17% from 255 or 56.41% from 117); Max value from RGB is 66 - color contains mainly: blue. Hex color #310242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310242 is #CEFDBD. Grayscale: #171717. Windows color (decimal): -13565374 or 4325937. OLE color: 4325937.

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

Color convert

RGB 49 2 66 -
CMYK 0.26 0.97 0 0.74
HSL 284.06º 0.94% 0.13% -
HSV(B) 284.06º 0.97% 0.26% -
XYZ 2.27 1.09 5.24 -
YUV 23.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 49 2 66 0.26 0.97 0 0.74 284.06 0.94 0.13
Hex 31 2 42 1A 61 0 4A 11C 5E D
Octal 61 2 102 32 141 0 112 434 136 15
Binary 110001 10 1000010 11010 1100001 0 1001010 100011100 1011110 1101

Color Harmonies of #310242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310242

Black with #310242

Text Example


Text Example

White with #310242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310242; }

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

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

background-color css

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

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

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

border-color css

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

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

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