Html Css Color HEX #301A46 Blackcurrant

📋 copy color: '#301A46'

red 48 ◦ green 26 ◦ blue 70

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

Shades of Blackcurrant #301A46

Tints of Blackcurrant #301A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

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

R = 33.33%
G = 18.06%
B = 48.61%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301A46 (or 0x301A46) is known color: Blackcurrant. HEX triplet: 30, 1A and 46. RGB value is (48,26,70). Sum of RGB (Red+Green+Blue) = 48+26+70=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #301A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A46 is #CFE5B9. Grayscale: #252525. Windows color (decimal): -13624762 or 4594224. OLE color: 4594224.

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

Color convert

RGB 48 26 70 -
CMYK 0.31 0.63 0 0.73
HSL 270º 0.46% 0.19% -
HSV(B) 270º 0.63% 0.27% -
XYZ 2.69 1.81 6 -
YUV 37.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 48 26 70 0.31 0.63 0 0.73 270 0.46 0.19
Hex 30 1A 46 1F 3F 0 49 10E 2E 13
Octal 60 32 106 37 77 0 111 416 56 23
Binary 110000 11010 1000110 11111 111111 0 1001001 100001110 101110 10011

Color Harmonies of #301A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A46

Black with #301A46

Text Example


Text Example

White with #301A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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