Html Css Color HEX #310043 Blackcurrant

📋 copy color: '#310043'

red 49 ◦ green 0 ◦ blue 67

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

Shades of Blackcurrant #310043

Tints of Blackcurrant #310043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 57.76%

R = 42.24%
G = 0%
B = 57.76%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#310043 (or 0x310043) is known color: Blackcurrant. HEX triplet: 31, 00 and 43. RGB value is (49,0,67). Sum of RGB (Red+Green+Blue) = 49+0+67=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #310043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310043 is #CEFFBC. Grayscale: #161616. Windows color (decimal): -13565885 or 4390961. OLE color: 4390961.

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

Color convert

RGB 49 0 67 -
CMYK 0.27 1 0 0.74
HSL 283.88º 1% 0.13% -
HSV(B) 283.88º 1% 0.26% -
XYZ 2.28 1.06 5.39 -
YUV 22.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 49 0 67 0.27 1 0 0.74 283.88 1 0.13
Hex 31 0 43 1B 64 0 4A 11C 64 D
Octal 61 0 103 33 144 0 112 434 144 15
Binary 110001 0 1000011 11011 1100100 0 1001010 100011100 1100100 1101

Color Harmonies of #310043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310043

Black with #310043

Text Example


Text Example

White with #310043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310043; }

 p { color: rgb(49,0,67); }

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

background-color css

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

 a { background-color: rgb(49,0,67); }

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

border-color css

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

 span { border-color: rgb(49,0,67); }

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