Html Css Color HEX #301049 Blackcurrant

📋 copy color: '#301049'

red 48 ◦ green 16 ◦ blue 73

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

Shades of Blackcurrant #301049

Tints of Blackcurrant #301049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 35.04%
G = 11.68%
B = 53.28%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#301049 (or 0x301049) is known color: Blackcurrant. HEX triplet: 30, 10 and 49. RGB value is (48,16,73). Sum of RGB (Red+Green+Blue) = 48+16+73=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #301049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301049 is #CFEFB6. Grayscale: #1F1F1F. Windows color (decimal): -13627319 or 4788272. OLE color: 4788272.

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

Color convert

RGB 48 16 73 -
CMYK 0.34 0.78 0 0.71
HSL 273.68º 0.64% 0.17% -
HSV(B) 273.68º 0.78% 0.29% -
XYZ 2.61 1.48 6.45 -
YUV 32.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 48 16 73 0.34 0.78 0 0.71 273.68 0.64 0.17
Hex 30 10 49 22 4E 0 47 112 40 11
Octal 60 20 111 42 116 0 107 422 100 21
Binary 110000 10000 1001001 100010 1001110 0 1000111 100010010 1000000 10001

Color Harmonies of #301049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301049

Black with #301049

Text Example


Text Example

White with #301049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301049; }

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

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

background-color css

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

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

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

border-color css

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

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

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