Html Css Color HEX #301540 Blackcurrant

📋 copy color: '#301540'

red 48 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #301540

Tints of Blackcurrant #301540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 36.09%
G = 15.79%
B = 48.12%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301540 (or 0x301540) is known color: Blackcurrant. HEX triplet: 30, 15 and 40. RGB value is (48,21,64). Sum of RGB (Red+Green+Blue) = 48+21+64=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #301540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301540 is #CFEABF. Grayscale: #212121. Windows color (decimal): -13626048 or 4199728. OLE color: 4199728.

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

Color convert

RGB 48 21 64 -
CMYK 0.25 0.67 0 0.75
HSL 277.67º 0.51% 0.17% -
HSV(B) 277.67º 0.67% 0.25% -
XYZ 2.41 1.53 5.02 -
YUV 33.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 48 21 64 0.25 0.67 0 0.75 277.67 0.51 0.17
Hex 30 15 40 19 43 0 4B 116 33 11
Octal 60 25 100 31 103 0 113 426 63 21
Binary 110000 10101 1000000 11001 1000011 0 1001011 100010110 110011 10001

Color Harmonies of #301540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301540

Black with #301540

Text Example


Text Example

White with #301540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301540; }

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

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

background-color css

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

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

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

border-color css

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

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

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