Html Css Color HEX #30004E Blackcurrant

📋 copy color: '#30004E'

red 48 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #30004E

Tints of Blackcurrant #30004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.1%
G = 0%
B = 61.9%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30004E (or 0x30004E) is known color: Blackcurrant. HEX triplet: 30, 00 and 4E. RGB value is (48,0,78). Sum of RGB (Red+Green+Blue) = 48+0+78=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #30004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30004E is #CFFFB1. Grayscale: #161616. Windows color (decimal): -13631410 or 5111856. OLE color: 5111856.

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

Color convert

RGB 48 0 78 -
CMYK 0.38 1 0 0.69
HSL 276.92º 1% 0.15% -
HSV(B) 276.92º 1% 0.31% -
XYZ 2.59 1.18 7.3 -
YUV 23.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 48 0 78 0.38 1 0 0.69 276.92 1 0.15
Hex 30 0 4E 26 64 0 45 115 64 F
Octal 60 0 116 46 144 0 105 425 144 17
Binary 110000 0 1001110 100110 1100100 0 1000101 100010101 1100100 1111

Color Harmonies of #30004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30004E

Black with #30004E

Text Example


Text Example

White with #30004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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