Html Css Color HEX #301449 Blackcurrant

📋 copy color: '#301449'

red 48 ◦ green 20 ◦ blue 73

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

Shades of Blackcurrant #301449

Tints of Blackcurrant #301449

RGB

 RED value IS 48 (19.14% from 255) = 34.04%

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 73 (28.91% from 255) = 51.77%

R = 34.04%
G = 14.18%
B = 51.77%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#301449 (or 0x301449) is known color: Blackcurrant. HEX triplet: 30, 14 and 49. RGB value is (48,20,73). Sum of RGB (Red+Green+Blue) = 48+20+73=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #301449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301449 is #CFEBB6. Grayscale: #222222. Windows color (decimal): -13626295 or 4789296. OLE color: 4789296.

HSL color Cylindrical-coordinate representation of color #301449: hue angle of 271.7º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301449 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 20 73 -
CMYK 0.34 0.73 0 0.71
HSL 271.7º 0.57% 0.18% -
HSV(B) 271.7º 0.73% 0.29% -
XYZ 2.67 1.61 6.47 -
YUV 34.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 48 20 73 0.34 0.73 0 0.71 271.7 0.57 0.18
Hex 30 14 49 22 49 0 47 110 39 12
Octal 60 24 111 42 111 0 107 420 71 22
Binary 110000 10100 1001001 100010 1001001 0 1000111 100010000 111001 10010

Color Harmonies of #301449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301449

Black with #301449

Text Example


Text Example

White with #301449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301449; }

 p { color: rgb(48,20,73); }

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

background-color css

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

 a { background-color: rgb(48,20,73); }

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

border-color css

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

 span { border-color: rgb(48,20,73); }

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