Html Css Color HEX #301447 Blackcurrant

📋 copy color: '#301447'

red 48 ◦ green 20 ◦ blue 71

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

Shades of Blackcurrant #301447

Tints of Blackcurrant #301447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 34.53%
G = 14.39%
B = 51.08%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301447 (or 0x301447) is known color: Blackcurrant. HEX triplet: 30, 14 and 47. RGB value is (48,20,71). Sum of RGB (Red+Green+Blue) = 48+20+71=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #301447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301447 is #CFEBB8. Grayscale: #222222. Windows color (decimal): -13626297 or 4658224. OLE color: 4658224.

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

Color convert

RGB 48 20 71 -
CMYK 0.32 0.72 0 0.72
HSL 272.94º 0.56% 0.18% -
HSV(B) 272.94º 0.72% 0.28% -
XYZ 2.61 1.58 6.13 -
YUV 34.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 48 20 71 0.32 0.72 0 0.72 272.94 0.56 0.18
Hex 30 14 47 20 48 0 48 111 38 12
Octal 60 24 107 40 110 0 110 421 70 22
Binary 110000 10100 1000111 100000 1001000 0 1001000 100010001 111000 10010

Color Harmonies of #301447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301447

Black with #301447

Text Example


Text Example

White with #301447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301447; }

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

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

background-color css

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

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

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

border-color css

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

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

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