Html Css Color HEX #300540 Blackcurrant

📋 copy color: '#300540'

red 48 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #300540

Tints of Blackcurrant #300540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 54.7%

R = 41.03%
G = 4.27%
B = 54.7%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300540 (or 0x300540) is known color: Blackcurrant. HEX triplet: 30, 05 and 40. RGB value is (48,5,64). Sum of RGB (Red+Green+Blue) = 48+5+64=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #300540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300540 is #CFFABF. Grayscale: #181818. Windows color (decimal): -13630144 or 4195632. OLE color: 4195632.

HSL color Cylindrical-coordinate representation of color #300540: hue angle of 283.73º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300540 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 5 64 -
CMYK 0.25 0.92 0 0.75
HSL 283.73º 0.86% 0.14% -
HSV(B) 283.73º 0.92% 0.25% -
XYZ 2.2 1.11 4.95 -
YUV 24.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 48 5 64 0.25 0.92 0 0.75 283.73 0.86 0.14
Hex 30 5 40 19 5C 0 4B 11C 56 E
Octal 60 5 100 31 134 0 113 434 126 16
Binary 110000 101 1000000 11001 1011100 0 1001011 100011100 1010110 1110

Color Harmonies of #300540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300540

Black with #300540

Text Example


Text Example

White with #300540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300540; }

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

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

background-color css

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

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

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

border-color css

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

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

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