Html Css Color HEX #300547 Blackcurrant

📋 copy color: '#300547'

red 48 ◦ green 5 ◦ blue 71

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

Shades of Blackcurrant #300547

Tints of Blackcurrant #300547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 71 (28.13% from 255) = 57.26%

R = 38.71%
G = 4.03%
B = 57.26%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#300547 (or 0x300547) is known color: Blackcurrant. HEX triplet: 30, 05 and 47. RGB value is (48,5,71). Sum of RGB (Red+Green+Blue) = 48+5+71=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #300547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300547 is #CFFAB8. Grayscale: #191919. Windows color (decimal): -13630137 or 4654384. OLE color: 4654384.

HSL color Cylindrical-coordinate representation of color #300547: hue angle of 279.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300547 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 5 71 -
CMYK 0.32 0.93 0 0.72
HSL 279.09º 0.87% 0.15% -
HSV(B) 279.09º 0.93% 0.28% -
XYZ 2.41 1.19 6.06 -
YUV 25.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 48 5 71 0.32 0.93 0 0.72 279.09 0.87 0.15
Hex 30 5 47 20 5D 0 48 117 57 F
Octal 60 5 107 40 135 0 110 427 127 17
Binary 110000 101 1000111 100000 1011101 0 1001000 100010111 1010111 1111

Color Harmonies of #300547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300547

Black with #300547

Text Example


Text Example

White with #300547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300547; }

 p { color: rgb(48,5,71); }

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

background-color css

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

 a { background-color: rgb(48,5,71); }

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

border-color css

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

 span { border-color: rgb(48,5,71); }

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