Html Css Color HEX #301147 Blackcurrant

📋 copy color: '#301147'

red 48 ◦ green 17 ◦ blue 71

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

Shades of Blackcurrant #301147

Tints of Blackcurrant #301147

RGB

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

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

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

R = 35.29%
G = 12.5%
B = 52.21%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301147 (or 0x301147) is known color: Blackcurrant. HEX triplet: 30, 11 and 47. RGB value is (48,17,71). Sum of RGB (Red+Green+Blue) = 48+17+71=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #301147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301147 is #CFEEB8. Grayscale: #202020. Windows color (decimal): -13627065 or 4657456. OLE color: 4657456.

HSL color Cylindrical-coordinate representation of color #301147: hue angle of 274.44º degrees, saturation: 0.61, 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 #301147 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 17 71 -
CMYK 0.32 0.76 0 0.72
HSL 274.44º 0.61% 0.17% -
HSV(B) 274.44º 0.76% 0.28% -
XYZ 2.56 1.48 6.11 -
YUV 32.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 48 17 71 0.32 0.76 0 0.72 274.44 0.61 0.17
Hex 30 11 47 20 4C 0 48 112 3D 11
Octal 60 21 107 40 114 0 110 422 75 21
Binary 110000 10001 1000111 100000 1001100 0 1001000 100010010 111101 10001

Color Harmonies of #301147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301147

Black with #301147

Text Example


Text Example

White with #301147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301147; }

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

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

background-color css

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

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

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

border-color css

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

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

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