Html Css Color HEX #300D49 Blackcurrant

📋 copy color: '#300D49'

red 48 ◦ green 13 ◦ blue 73

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

Shades of Blackcurrant #300D49

Tints of Blackcurrant #300D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

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

R = 35.82%
G = 9.7%
B = 54.48%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#300D49 (or 0x300D49) is known color: Blackcurrant. HEX triplet: 30, 0D and 49. RGB value is (48,13,73). Sum of RGB (Red+Green+Blue) = 48+13+73=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #300D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D49 is #CFF2B6. Grayscale: #1E1E1E. Windows color (decimal): -13628087 or 4787504. OLE color: 4787504.

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

Color convert

RGB 48 13 73 -
CMYK 0.34 0.82 0 0.71
HSL 275º 0.7% 0.17% -
HSV(B) 275º 0.82% 0.29% -
XYZ 2.57 1.4 6.44 -
YUV 30.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 48 13 73 0.34 0.82 0 0.71 275 0.7 0.17
Hex 30 D 49 22 52 0 47 113 46 11
Octal 60 15 111 42 122 0 107 423 106 21
Binary 110000 1101 1001001 100010 1010010 0 1000111 100010011 1000110 10001

Color Harmonies of #300D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D49

Black with #300D49

Text Example


Text Example

White with #300D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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