Html Css Color HEX #301C45 Blackcurrant

📋 copy color: '#301C45'

red 48 ◦ green 28 ◦ blue 69

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

Shades of Blackcurrant #301C45

Tints of Blackcurrant #301C45

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

 BLUE value IS 69 (27.34% from 255) = 47.59%

R = 33.1%
G = 19.31%
B = 47.59%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301C45 (or 0x301C45) is known color: Blackcurrant. HEX triplet: 30, 1C and 45. RGB value is (48,28,69). Sum of RGB (Red+Green+Blue) = 48+28+69=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #301C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C45 is #CFE3BA. Grayscale: #262626. Windows color (decimal): -13624251 or 4529200. OLE color: 4529200.

HSL color Cylindrical-coordinate representation of color #301C45: hue angle of 269.27º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301C45 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 28 69 -
CMYK 0.30 0.59 0 0.73
HSL 269.27º 0.42% 0.19% -
HSV(B) 269.27º 0.59% 0.27% -
XYZ 2.71 1.89 5.85 -
YUV 38.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 48 28 69 0.30 0.59 0 0.73 269.27 0.42 0.19
Hex 30 1C 45 1E 3B 0 49 10D 2A 13
Octal 60 34 105 36 73 0 111 415 52 23
Binary 110000 11100 1000101 11110 111011 0 1001001 100001101 101010 10011

Color Harmonies of #301C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C45

Black with #301C45

Text Example


Text Example

White with #301C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C45; }

 p { color: rgb(48,28,69); }

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

background-color css

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

 a { background-color: rgb(48,28,69); }

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

border-color css

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

 span { border-color: rgb(48,28,69); }

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