Html Css Color HEX #301D41 Blackcurrant

📋 copy color: '#301D41'

red 48 ◦ green 29 ◦ blue 65

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

Shades of Blackcurrant #301D41

Tints of Blackcurrant #301D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

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

R = 33.8%
G = 20.42%
B = 45.77%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301D41 (or 0x301D41) is known color: Blackcurrant. HEX triplet: 30, 1D and 41. RGB value is (48,29,65). Sum of RGB (Red+Green+Blue) = 48+29+65=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #301D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D41 is #CFE2BE. Grayscale: #262626. Windows color (decimal): -13623999 or 4267312. OLE color: 4267312.

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

Color convert

RGB 48 29 65 -
CMYK 0.26 0.55 0 0.75
HSL 271.67º 0.38% 0.18% -
HSV(B) 271.67º 0.55% 0.25% -
XYZ 2.61 1.89 5.23 -
YUV 38.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 48 29 65 0.26 0.55 0 0.75 271.67 0.38 0.18
Hex 30 1D 41 1A 37 0 4B 110 26 12
Octal 60 35 101 32 67 0 113 420 46 22
Binary 110000 11101 1000001 11010 110111 0 1001011 100010000 100110 10010

Color Harmonies of #301D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D41

Black with #301D41

Text Example


Text Example

White with #301D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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