Html Css Color HEX #301149 Blackcurrant

📋 copy color: '#301149'

red 48 ◦ green 17 ◦ blue 73

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

Shades of Blackcurrant #301149

Tints of Blackcurrant #301149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 34.78%
G = 12.32%
B = 52.9%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#301149 (or 0x301149) is known color: Blackcurrant. HEX triplet: 30, 11 and 49. RGB value is (48,17,73). Sum of RGB (Red+Green+Blue) = 48+17+73=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #301149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301149 is #CFEEB6. Grayscale: #202020. Windows color (decimal): -13627063 or 4788528. OLE color: 4788528.

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

Color convert

RGB 48 17 73 -
CMYK 0.34 0.77 0 0.71
HSL 273.21º 0.62% 0.18% -
HSV(B) 273.21º 0.77% 0.29% -
XYZ 2.62 1.51 6.46 -
YUV 32.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 48 17 73 0.34 0.77 0 0.71 273.21 0.62 0.18
Hex 30 11 49 22 4D 0 47 111 3E 12
Octal 60 21 111 42 115 0 107 421 76 22
Binary 110000 10001 1001001 100010 1001101 0 1000111 100010001 111110 10010

Color Harmonies of #301149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301149

Black with #301149

Text Example


Text Example

White with #301149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301149; }

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

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

background-color css

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

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

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

border-color css

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

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

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