Html Css Color HEX #300E41 Blackcurrant

📋 copy color: '#300E41'

red 48 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #300E41

Tints of Blackcurrant #300E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.02%

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

R = 37.8%
G = 11.02%
B = 51.18%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300E41 (or 0x300E41) is known color: Blackcurrant. HEX triplet: 30, 0E and 41. RGB value is (48,14,65). Sum of RGB (Red+Green+Blue) = 48+14+65=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #300E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E41 is #CFF1BE. Grayscale: #1D1D1D. Windows color (decimal): -13627839 or 4263472. OLE color: 4263472.

HSL color Cylindrical-coordinate representation of color #300E41: hue angle of 280º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #300E41 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 14 65 -
CMYK 0.26 0.78 0 0.75
HSL 280º 0.65% 0.15% -
HSV(B) 280º 0.78% 0.25% -
XYZ 2.33 1.32 5.13 -
YUV 29.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 48 14 65 0.26 0.78 0 0.75 280 0.65 0.15
Hex 30 E 41 1A 4E 0 4B 118 41 F
Octal 60 16 101 32 116 0 113 430 101 17
Binary 110000 1110 1000001 11010 1001110 0 1001011 100011000 1000001 1111

Color Harmonies of #300E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E41

Black with #300E41

Text Example


Text Example

White with #300E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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