Html Css Color HEX #301046 Blackcurrant

📋 copy color: '#301046'

red 48 ◦ green 16 ◦ blue 70

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

Shades of Blackcurrant #301046

Tints of Blackcurrant #301046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 35.82%
G = 11.94%
B = 52.24%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301046 (or 0x301046) is known color: Blackcurrant. HEX triplet: 30, 10 and 46. RGB value is (48,16,70). Sum of RGB (Red+Green+Blue) = 48+16+70=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #301046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301046 is #CFEFB9. Grayscale: #1F1F1F. Windows color (decimal): -13627322 or 4591664. OLE color: 4591664.

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

Color convert

RGB 48 16 70 -
CMYK 0.31 0.77 0 0.73
HSL 275.56º 0.63% 0.17% -
HSV(B) 275.56º 0.77% 0.27% -
XYZ 2.51 1.44 5.94 -
YUV 31.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 48 16 70 0.31 0.77 0 0.73 275.56 0.63 0.17
Hex 30 10 46 1F 4D 0 49 114 3F 11
Octal 60 20 106 37 115 0 111 424 77 21
Binary 110000 10000 1000110 11111 1001101 0 1001001 100010100 111111 10001

Color Harmonies of #301046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301046

Black with #301046

Text Example


Text Example

White with #301046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301046; }

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

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

background-color css

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

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

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

border-color css

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

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

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