Html Css Color HEX #300049 Blackcurrant

📋 copy color: '#300049'

red 48 ◦ green 0 ◦ blue 73

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

Shades of Blackcurrant #300049

Tints of Blackcurrant #300049

RGB

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

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

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

R = 39.67%
G = 0%
B = 60.33%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#300049 (or 0x300049) is known color: Blackcurrant. HEX triplet: 30, 00 and 49. RGB value is (48,0,73). Sum of RGB (Red+Green+Blue) = 48+0+73=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #300049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300049 is #CFFFB6. Grayscale: #161616. Windows color (decimal): -13631415 or 4784176. OLE color: 4784176.

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

Color convert

RGB 48 0 73 -
CMYK 0.34 1 0 0.71
HSL 279.45º 1% 0.14% -
HSV(B) 279.45º 1% 0.29% -
XYZ 2.42 1.11 6.39 -
YUV 22.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 48 0 73 0.34 1 0 0.71 279.45 1 0.14
Hex 30 0 49 22 64 0 47 117 64 E
Octal 60 0 111 42 144 0 107 427 144 16
Binary 110000 0 1001001 100010 1100100 0 1000111 100010111 1100100 1110

Color Harmonies of #300049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300049

Black with #300049

Text Example


Text Example

White with #300049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300049; }

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

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

background-color css

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

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

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

border-color css

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

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

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