Html Css Color HEX #302040 Blackcurrant

📋 copy color: '#302040'

red 48 ◦ green 32 ◦ blue 64

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

Shades of Blackcurrant #302040

Tints of Blackcurrant #302040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

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

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#302040 (or 0x302040) is known color: Blackcurrant. HEX triplet: 30, 20 and 40. RGB value is (48,32,64). Sum of RGB (Red+Green+Blue) = 48+32+64=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #302040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302040 is #CFDFBF. Grayscale: #282828. Windows color (decimal): -13623232 or 4202544. OLE color: 4202544.

HSL color Cylindrical-coordinate representation of color #302040: hue angle of 270º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #302040 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 32 64 -
CMYK 0.25 0.50 0 0.75
HSL 270º 0.33% 0.19% -
HSV(B) 270º 0.5% 0.25% -
XYZ 2.66 2.03 5.1 -
YUV 40.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 48 32 64 0.25 0.50 0 0.75 270 0.33 0.19
Hex 30 20 40 19 32 0 4B 10E 21 13
Octal 60 40 100 31 62 0 113 416 41 23
Binary 110000 100000 1000000 11001 110010 0 1001011 100001110 100001 10011

Color Harmonies of #302040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302040

Black with #302040

Text Example


Text Example

White with #302040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302040; }

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

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

background-color css

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

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

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

border-color css

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

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

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