Html Css Color HEX #301249 Blackcurrant

📋 copy color: '#301249'

red 48 ◦ green 18 ◦ blue 73

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

Shades of Blackcurrant #301249

Tints of Blackcurrant #301249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 34.53%
G = 12.95%
B = 52.52%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#301249 (or 0x301249) is known color: Blackcurrant. HEX triplet: 30, 12 and 49. RGB value is (48,18,73). Sum of RGB (Red+Green+Blue) = 48+18+73=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #301249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301249 is #CFEDB6. Grayscale: #212121. Windows color (decimal): -13626807 or 4788784. OLE color: 4788784.

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

Color convert

RGB 48 18 73 -
CMYK 0.34 0.75 0 0.71
HSL 272.73º 0.6% 0.18% -
HSV(B) 272.73º 0.75% 0.29% -
XYZ 2.64 1.54 6.46 -
YUV 33.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 48 18 73 0.34 0.75 0 0.71 272.73 0.6 0.18
Hex 30 12 49 22 4B 0 47 111 3C 12
Octal 60 22 111 42 113 0 107 421 74 22
Binary 110000 10010 1001001 100010 1001011 0 1000111 100010001 111100 10010

Color Harmonies of #301249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301249

Black with #301249

Text Example


Text Example

White with #301249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301249; }

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

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

background-color css

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

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

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

border-color css

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

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

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