Html Css Color HEX #30014F Blackcurrant

📋 copy color: '#30014F'

red 48 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #30014F

Tints of Blackcurrant #30014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 79 (31.25% from 255) = 61.72%

R = 37.5%
G = 0.78%
B = 61.72%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30014F (or 0x30014F) is known color: Blackcurrant. HEX triplet: 30, 01 and 4F. RGB value is (48,1,79). Sum of RGB (Red+Green+Blue) = 48+1+79=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #30014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30014F is #CFFEB0. Grayscale: #171717. Windows color (decimal): -13631153 or 5177648. OLE color: 5177648.

HSL color Cylindrical-coordinate representation of color #30014F: hue angle of 276.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30014F is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 1 79 -
CMYK 0.39 0.99 0 0.69
HSL 276.15º 0.98% 0.16% -
HSV(B) 276.15º 0.99% 0.31% -
XYZ 2.64 1.21 7.49 -
YUV 23.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 48 1 79 0.39 0.99 0 0.69 276.15 0.98 0.16
Hex 30 1 4F 27 63 0 45 114 62 10
Octal 60 1 117 47 143 0 105 424 142 20
Binary 110000 1 1001111 100111 1100011 0 1000101 100010100 1100010 10000

Color Harmonies of #30014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30014F

Black with #30014F

Text Example


Text Example

White with #30014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30014F; }

 p { color: rgb(48,1,79); }

 H1.HeaderClassName
 {
   color: #30014F;
 }
 .AnyTagClassName
 {
   color: #30014F;
 }
</style>

background-color css

<style>
 a { background-color: #30014F; }

 a { background-color: rgb(48,1,79); }

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

border-color css

<style>
 span { border-color: #30014F; }

 span { border-color: rgb(48,1,79); }

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