Html Css Color HEX #301541 Blackcurrant

📋 copy color: '#301541'

red 48 ◦ green 21 ◦ blue 65

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

Shades of Blackcurrant #301541

Tints of Blackcurrant #301541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 65 (25.78% from 255) = 48.51%

R = 35.82%
G = 15.67%
B = 48.51%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301541 (or 0x301541) is known color: Blackcurrant. HEX triplet: 30, 15 and 41. RGB value is (48,21,65). Sum of RGB (Red+Green+Blue) = 48+21+65=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #301541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301541 is #CFEABE. Grayscale: #212121. Windows color (decimal): -13626047 or 4265264. OLE color: 4265264.

HSL color Cylindrical-coordinate representation of color #301541: hue angle of 276.82º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301541 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 21 65 -
CMYK 0.26 0.68 0 0.75
HSL 276.82º 0.51% 0.17% -
HSV(B) 276.82º 0.68% 0.25% -
XYZ 2.44 1.55 5.17 -
YUV 34.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 48 21 65 0.26 0.68 0 0.75 276.82 0.51 0.17
Hex 30 15 41 1A 44 0 4B 115 33 11
Octal 60 25 101 32 104 0 113 425 63 21
Binary 110000 10101 1000001 11010 1000100 0 1001011 100010101 110011 10001

Color Harmonies of #301541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301541

Black with #301541

Text Example


Text Example

White with #301541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301541; }

 p { color: rgb(48,21,65); }

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

background-color css

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

 a { background-color: rgb(48,21,65); }

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

border-color css

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

 span { border-color: rgb(48,21,65); }

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