Html Css Color HEX #30124E Blackcurrant

📋 copy color: '#30124E'

red 48 ◦ green 18 ◦ blue 78

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

Shades of Blackcurrant #30124E

Tints of Blackcurrant #30124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 33.33%
G = 12.5%
B = 54.17%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30124E (or 0x30124E) is known color: Blackcurrant. HEX triplet: 30, 12 and 4E. RGB value is (48,18,78). Sum of RGB (Red+Green+Blue) = 48+18+78=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #30124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30124E is #CFEDB1. Grayscale: #212121. Windows color (decimal): -13626802 or 5116464. OLE color: 5116464.

HSL color Cylindrical-coordinate representation of color #30124E: hue angle of 270º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30124E is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 18 78 -
CMYK 0.38 0.77 0 0.69
HSL 270º 0.63% 0.19% -
HSV(B) 270º 0.77% 0.31% -
XYZ 2.81 1.61 7.37 -
YUV 33.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 48 18 78 0.38 0.77 0 0.69 270 0.63 0.19
Hex 30 12 4E 26 4D 0 45 10E 3E 13
Octal 60 22 116 46 115 0 105 416 76 23
Binary 110000 10010 1001110 100110 1001101 0 1000101 100001110 111110 10011

Color Harmonies of #30124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30124E

Black with #30124E

Text Example


Text Example

White with #30124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30124E; }

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

 H1.HeaderClassName
 {
   color: #30124E;
 }
 .AnyTagClassName
 {
   color: #30124E;
 }
</style>

background-color css

<style>
 a { background-color: #30124E; }

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

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

border-color css

<style>
 span { border-color: #30124E; }

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

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