Html Css Color HEX #300E40 Blackcurrant

📋 copy color: '#300E40'

red 48 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #300E40

Tints of Blackcurrant #300E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50.79%

R = 38.1%
G = 11.11%
B = 50.79%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300E40 (or 0x300E40) is known color: Blackcurrant. HEX triplet: 30, 0E and 40. RGB value is (48,14,64). Sum of RGB (Red+Green+Blue) = 48+14+64=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #300E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E40 is #CFF1BF. Grayscale: #1D1D1D. Windows color (decimal): -13627840 or 4197936. OLE color: 4197936.

HSL color Cylindrical-coordinate representation of color #300E40: hue angle of 280.8º degrees, saturation: 0.64, 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 #300E40 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 14 64 -
CMYK 0.25 0.78 0 0.75
HSL 280.8º 0.64% 0.15% -
HSV(B) 280.8º 0.78% 0.25% -
XYZ 2.3 1.31 4.98 -
YUV 29.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 48 14 64 0.25 0.78 0 0.75 280.8 0.64 0.15
Hex 30 E 40 19 4E 0 4B 119 40 F
Octal 60 16 100 31 116 0 113 431 100 17
Binary 110000 1110 1000000 11001 1001110 0 1001011 100011001 1000000 1111

Color Harmonies of #300E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E40

Black with #300E40

Text Example


Text Example

White with #300E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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