Html Css Color HEX #301341 Blackcurrant

📋 copy color: '#301341'

red 48 ◦ green 19 ◦ blue 65

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

Shades of Blackcurrant #301341

Tints of Blackcurrant #301341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 36.36%
G = 14.39%
B = 49.24%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301341 (or 0x301341) is known color: Blackcurrant. HEX triplet: 30, 13 and 41. RGB value is (48,19,65). Sum of RGB (Red+Green+Blue) = 48+19+65=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #301341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301341 is #CFECBE. Grayscale: #202020. Windows color (decimal): -13626559 or 4264752. OLE color: 4264752.

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

Color convert

RGB 48 19 65 -
CMYK 0.26 0.71 0 0.75
HSL 277.83º 0.55% 0.16% -
HSV(B) 277.83º 0.71% 0.25% -
XYZ 2.41 1.48 5.16 -
YUV 32.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 48 19 65 0.26 0.71 0 0.75 277.83 0.55 0.16
Hex 30 13 41 1A 47 0 4B 116 37 10
Octal 60 23 101 32 107 0 113 426 67 20
Binary 110000 10011 1000001 11010 1000111 0 1001011 100010110 110111 10000

Color Harmonies of #301341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301341

Black with #301341

Text Example


Text Example

White with #301341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301341; }

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

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

background-color css

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

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

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

border-color css

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

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

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