Html Css Color HEX #300446 Blackcurrant

📋 copy color: '#300446'

red 48 ◦ green 4 ◦ blue 70

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

Shades of Blackcurrant #300446

Tints of Blackcurrant #300446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 70 (27.73% from 255) = 57.38%

R = 39.34%
G = 3.28%
B = 57.38%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#300446 (or 0x300446) is known color: Blackcurrant. HEX triplet: 30, 04 and 46. RGB value is (48,4,70). Sum of RGB (Red+Green+Blue) = 48+4+70=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #300446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300446 is #CFFBB9. Grayscale: #181818. Windows color (decimal): -13630394 or 4588592. OLE color: 4588592.

HSL color Cylindrical-coordinate representation of color #300446: hue angle of 280º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300446 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 4 70 -
CMYK 0.31 0.94 0 0.73
HSL 280º 0.89% 0.15% -
HSV(B) 280º 0.94% 0.27% -
XYZ 2.37 1.16 5.89 -
YUV 24.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 48 4 70 0.31 0.94 0 0.73 280 0.89 0.15
Hex 30 4 46 1F 5E 0 49 118 59 F
Octal 60 4 106 37 136 0 111 430 131 17
Binary 110000 100 1000110 11111 1011110 0 1001001 100011000 1011001 1111

Color Harmonies of #300446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300446

Black with #300446

Text Example


Text Example

White with #300446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300446; }

 p { color: rgb(48,4,70); }

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

background-color css

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

 a { background-color: rgb(48,4,70); }

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

border-color css

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

 span { border-color: rgb(48,4,70); }

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