Html Css Color HEX #301749 Blackcurrant

📋 copy color: '#301749'

red 48 ◦ green 23 ◦ blue 73

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

Shades of Blackcurrant #301749

Tints of Blackcurrant #301749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

 BLUE value IS 73 (28.91% from 255) = 50.69%

R = 33.33%
G = 15.97%
B = 50.69%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#301749 (or 0x301749) is known color: Blackcurrant. HEX triplet: 30, 17 and 49. RGB value is (48,23,73). Sum of RGB (Red+Green+Blue) = 48+23+73=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #301749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301749 is #CFE8B6. Grayscale: #242424. Windows color (decimal): -13625527 or 4790064. OLE color: 4790064.

HSL color Cylindrical-coordinate representation of color #301749: hue angle of 270º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301749 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 23 73 -
CMYK 0.34 0.68 0 0.71
HSL 270º 0.52% 0.19% -
HSV(B) 270º 0.68% 0.29% -
XYZ 2.73 1.72 6.49 -
YUV 36.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 48 23 73 0.34 0.68 0 0.71 270 0.52 0.19
Hex 30 17 49 22 44 0 47 10E 34 13
Octal 60 27 111 42 104 0 107 416 64 23
Binary 110000 10111 1001001 100010 1000100 0 1000111 100001110 110100 10011

Color Harmonies of #301749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301749

Black with #301749

Text Example


Text Example

White with #301749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301749; }

 p { color: rgb(48,23,73); }

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

background-color css

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

 a { background-color: rgb(48,23,73); }

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

border-color css

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

 span { border-color: rgb(48,23,73); }

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