Html Css Color HEX #301A47 Blackcurrant

📋 copy color: '#301A47'

red 48 ◦ green 26 ◦ blue 71

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

Shades of Blackcurrant #301A47

Tints of Blackcurrant #301A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.97%

R = 33.1%
G = 17.93%
B = 48.97%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301A47 (or 0x301A47) is known color: Blackcurrant. HEX triplet: 30, 1A and 47. RGB value is (48,26,71). Sum of RGB (Red+Green+Blue) = 48+26+71=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #301A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A47 is #CFE5B8. Grayscale: #252525. Windows color (decimal): -13624761 or 4659760. OLE color: 4659760.

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

Color convert

RGB 48 26 71 -
CMYK 0.32 0.63 0 0.72
HSL 269.33º 0.46% 0.19% -
HSV(B) 269.33º 0.63% 0.28% -
XYZ 2.73 1.82 6.17 -
YUV 37.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 48 26 71 0.32 0.63 0 0.72 269.33 0.46 0.19
Hex 30 1A 47 20 3F 0 48 10D 2E 13
Octal 60 32 107 40 77 0 110 415 56 23
Binary 110000 11010 1000111 100000 111111 0 1001000 100001101 101110 10011

Color Harmonies of #301A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A47

Black with #301A47

Text Example


Text Example

White with #301A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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