Html Css Color HEX #301148 Blackcurrant

📋 copy color: '#301148'

red 48 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #301148

Tints of Blackcurrant #301148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

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

R = 35.04%
G = 12.41%
B = 52.55%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301148 (or 0x301148) is known color: Blackcurrant. HEX triplet: 30, 11 and 48. RGB value is (48,17,72). Sum of RGB (Red+Green+Blue) = 48+17+72=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #301148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301148 is #CFEEB7. Grayscale: #202020. Windows color (decimal): -13627064 or 4722992. OLE color: 4722992.

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

Color convert

RGB 48 17 72 -
CMYK 0.33 0.76 0 0.72
HSL 273.82º 0.62% 0.17% -
HSV(B) 273.82º 0.76% 0.28% -
XYZ 2.59 1.5 6.28 -
YUV 32.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 48 17 72 0.33 0.76 0 0.72 273.82 0.62 0.17
Hex 30 11 48 21 4C 0 48 112 3E 11
Octal 60 21 110 41 114 0 110 422 76 21
Binary 110000 10001 1001000 100001 1001100 0 1001000 100010010 111110 10001

Color Harmonies of #301148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301148

Black with #301148

Text Example


Text Example

White with #301148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301148; }

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

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

background-color css

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

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

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

border-color css

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

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

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