Html Css Color HEX #300640 Blackcurrant

📋 copy color: '#300640'

red 48 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #300640

Tints of Blackcurrant #300640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

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

R = 40.68%
G = 5.08%
B = 54.24%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300640 (or 0x300640) is known color: Blackcurrant. HEX triplet: 30, 06 and 40. RGB value is (48,6,64). Sum of RGB (Red+Green+Blue) = 48+6+64=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #300640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300640 is #CFF9BF. Grayscale: #181818. Windows color (decimal): -13629888 or 4195888. OLE color: 4195888.

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

Color convert

RGB 48 6 64 -
CMYK 0.25 0.91 0 0.75
HSL 283.45º 0.83% 0.14% -
HSV(B) 283.45º 0.91% 0.25% -
XYZ 2.21 1.13 4.95 -
YUV 25.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 48 6 64 0.25 0.91 0 0.75 283.45 0.83 0.14
Hex 30 6 40 19 5B 0 4B 11B 53 E
Octal 60 6 100 31 133 0 113 433 123 16
Binary 110000 110 1000000 11001 1011011 0 1001011 100011011 1010011 1110

Color Harmonies of #300640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300640

Black with #300640

Text Example


Text Example

White with #300640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300640; }

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

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

background-color css

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

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

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

border-color css

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

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

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