Html Css Color HEX #301C41 Blackcurrant

📋 copy color: '#301C41'

red 48 ◦ green 28 ◦ blue 65

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

Shades of Blackcurrant #301C41

Tints of Blackcurrant #301C41

RGB

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

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

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

R = 34.04%
G = 19.86%
B = 46.1%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301C41 (or 0x301C41) is known color: Blackcurrant. HEX triplet: 30, 1C and 41. RGB value is (48,28,65). Sum of RGB (Red+Green+Blue) = 48+28+65=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #301C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C41 is #CFE3BE. Grayscale: #262626. Windows color (decimal): -13624255 or 4267056. OLE color: 4267056.

HSL color Cylindrical-coordinate representation of color #301C41: hue angle of 272.43º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #301C41 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 28 65 -
CMYK 0.26 0.57 0 0.75
HSL 272.43º 0.4% 0.18% -
HSV(B) 272.43º 0.57% 0.25% -
XYZ 2.59 1.84 5.22 -
YUV 38.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 48 28 65 0.26 0.57 0 0.75 272.43 0.4 0.18
Hex 30 1C 41 1A 39 0 4B 110 28 12
Octal 60 34 101 32 71 0 113 420 50 22
Binary 110000 11100 1000001 11010 111001 0 1001011 100010000 101000 10010

Color Harmonies of #301C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C41

Black with #301C41

Text Example


Text Example

White with #301C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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