Html Css Color HEX #300E4E Blackcurrant

📋 copy color: '#300E4E'

red 48 ◦ green 14 ◦ blue 78

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

Shades of Blackcurrant #300E4E

Tints of Blackcurrant #300E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 55.71%

R = 34.29%
G = 10%
B = 55.71%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#300E4E (or 0x300E4E) is known color: Blackcurrant. HEX triplet: 30, 0E and 4E. RGB value is (48,14,78). Sum of RGB (Red+Green+Blue) = 48+14+78=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #300E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E4E is #CFF1B1. Grayscale: #1F1F1F. Windows color (decimal): -13627826 or 5115440. OLE color: 5115440.

HSL color Cylindrical-coordinate representation of color #300E4E: hue angle of 271.88º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #300E4E is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 14 78 -
CMYK 0.38 0.82 0 0.69
HSL 271.88º 0.7% 0.18% -
HSV(B) 271.88º 0.82% 0.31% -
XYZ 2.75 1.49 7.35 -
YUV 31.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 48 14 78 0.38 0.82 0 0.69 271.88 0.7 0.18
Hex 30 E 4E 26 52 0 45 110 46 12
Octal 60 16 116 46 122 0 105 420 106 22
Binary 110000 1110 1001110 100110 1010010 0 1000101 100010000 1000110 10010

Color Harmonies of #300E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E4E

Black with #300E4E

Text Example


Text Example

White with #300E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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