Html Css Color HEX #301947 Blackcurrant

📋 copy color: '#301947'

red 48 ◦ green 25 ◦ blue 71

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

Shades of Blackcurrant #301947

Tints of Blackcurrant #301947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 33.33%
G = 17.36%
B = 49.31%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301947 (or 0x301947) is known color: Blackcurrant. HEX triplet: 30, 19 and 47. RGB value is (48,25,71). Sum of RGB (Red+Green+Blue) = 48+25+71=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #301947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301947 is #CFE6B8. Grayscale: #242424. Windows color (decimal): -13625017 or 4659504. OLE color: 4659504.

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

Color convert

RGB 48 25 71 -
CMYK 0.32 0.65 0 0.72
HSL 270º 0.48% 0.19% -
HSV(B) 270º 0.65% 0.28% -
XYZ 2.7 1.78 6.16 -
YUV 37.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 48 25 71 0.32 0.65 0 0.72 270 0.48 0.19
Hex 30 19 47 20 41 0 48 10E 30 13
Octal 60 31 107 40 101 0 110 416 60 23
Binary 110000 11001 1000111 100000 1000001 0 1001000 100001110 110000 10011

Color Harmonies of #301947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301947

Black with #301947

Text Example


Text Example

White with #301947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301947; }

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

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

background-color css

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

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

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

border-color css

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

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

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