Html Css Color HEX #301549 Blackcurrant

📋 copy color: '#301549'

red 48 ◦ green 21 ◦ blue 73

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

Shades of Blackcurrant #301549

Tints of Blackcurrant #301549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 33.8%
G = 14.79%
B = 51.41%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#301549 (or 0x301549) is known color: Blackcurrant. HEX triplet: 30, 15 and 49. RGB value is (48,21,73). Sum of RGB (Red+Green+Blue) = 48+21+73=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #301549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301549 is #CFEAB6. Grayscale: #222222. Windows color (decimal): -13626039 or 4789552. OLE color: 4789552.

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

Color convert

RGB 48 21 73 -
CMYK 0.34 0.71 0 0.71
HSL 271.15º 0.55% 0.18% -
HSV(B) 271.15º 0.71% 0.29% -
XYZ 2.69 1.65 6.48 -
YUV 35 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 48 21 73 0.34 0.71 0 0.71 271.15 0.55 0.18
Hex 30 15 49 22 47 0 47 10F 37 12
Octal 60 25 111 42 107 0 107 417 67 22
Binary 110000 10101 1001001 100010 1000111 0 1000111 100001111 110111 10010

Color Harmonies of #301549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301549

Black with #301549

Text Example


Text Example

White with #301549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301549; }

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

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

background-color css

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

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

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

border-color css

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

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

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