Html Css Color HEX #301548 Blackcurrant

📋 copy color: '#301548'

red 48 ◦ green 21 ◦ blue 72

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

Shades of Blackcurrant #301548

Tints of Blackcurrant #301548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 72 (28.52% from 255) = 51.06%

R = 34.04%
G = 14.89%
B = 51.06%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301548 (or 0x301548) is known color: Blackcurrant. HEX triplet: 30, 15 and 48. RGB value is (48,21,72). Sum of RGB (Red+Green+Blue) = 48+21+72=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #301548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301548 is #CFEAB7. Grayscale: #222222. Windows color (decimal): -13626040 or 4724016. OLE color: 4724016.

HSL color Cylindrical-coordinate representation of color #301548: hue angle of 271.76º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #301548 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 21 72 -
CMYK 0.33 0.71 0 0.72
HSL 271.76º 0.55% 0.18% -
HSV(B) 271.76º 0.71% 0.28% -
XYZ 2.66 1.63 6.31 -
YUV 34.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 48 21 72 0.33 0.71 0 0.72 271.76 0.55 0.18
Hex 30 15 48 21 47 0 48 110 37 12
Octal 60 25 110 41 107 0 110 420 67 22
Binary 110000 10101 1001000 100001 1000111 0 1001000 100010000 110111 10010

Color Harmonies of #301548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301548

Black with #301548

Text Example


Text Example

White with #301548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301548; }

 p { color: rgb(48,21,72); }

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

background-color css

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

 a { background-color: rgb(48,21,72); }

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

border-color css

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

 span { border-color: rgb(48,21,72); }

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