Html Css Color HEX #301946 Blackcurrant

📋 copy color: '#301946'

red 48 ◦ green 25 ◦ blue 70

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

Shades of Blackcurrant #301946

Tints of Blackcurrant #301946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

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

R = 33.57%
G = 17.48%
B = 48.95%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301946 (or 0x301946) is known color: Blackcurrant. HEX triplet: 30, 19 and 46. RGB value is (48,25,70). Sum of RGB (Red+Green+Blue) = 48+25+70=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #301946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301946 is #CFE6B9. Grayscale: #242424. Windows color (decimal): -13625018 or 4593968. OLE color: 4593968.

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

Color convert

RGB 48 25 70 -
CMYK 0.31 0.64 0 0.73
HSL 270.67º 0.47% 0.19% -
HSV(B) 270.67º 0.64% 0.27% -
XYZ 2.67 1.77 5.99 -
YUV 37.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 48 25 70 0.31 0.64 0 0.73 270.67 0.47 0.19
Hex 30 19 46 1F 40 0 49 10F 2F 13
Octal 60 31 106 37 100 0 111 417 57 23
Binary 110000 11001 1000110 11111 1000000 0 1001001 100001111 101111 10011

Color Harmonies of #301946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301946

Black with #301946

Text Example


Text Example

White with #301946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301946; }

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

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

background-color css

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

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

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

border-color css

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

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

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