Html Css Color HEX #301240 Blackcurrant

📋 copy color: '#301240'

red 48 ◦ green 18 ◦ blue 64

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

Shades of Blackcurrant #301240

Tints of Blackcurrant #301240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 36.92%
G = 13.85%
B = 49.23%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301240 (or 0x301240) is known color: Blackcurrant. HEX triplet: 30, 12 and 40. RGB value is (48,18,64). Sum of RGB (Red+Green+Blue) = 48+18+64=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #301240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301240 is #CFEDBF. Grayscale: #202020. Windows color (decimal): -13626816 or 4198960. OLE color: 4198960.

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

Color convert

RGB 48 18 64 -
CMYK 0.25 0.72 0 0.75
HSL 279.13º 0.56% 0.16% -
HSV(B) 279.13º 0.72% 0.25% -
XYZ 2.36 1.43 5 -
YUV 32.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 48 18 64 0.25 0.72 0 0.75 279.13 0.56 0.16
Hex 30 12 40 19 48 0 4B 117 38 10
Octal 60 22 100 31 110 0 113 427 70 20
Binary 110000 10010 1000000 11001 1001000 0 1001011 100010111 111000 10000

Color Harmonies of #301240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301240

Black with #301240

Text Example


Text Example

White with #301240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301240; }

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

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

background-color css

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

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

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

border-color css

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

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

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