Html Css Color HEX #30014C Blackcurrant

📋 copy color: '#30014C'

red 48 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #30014C

Tints of Blackcurrant #30014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 60.8%

R = 38.4%
G = 0.8%
B = 60.8%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30014C (or 0x30014C) is known color: Blackcurrant. HEX triplet: 30, 01 and 4C. RGB value is (48,1,76). Sum of RGB (Red+Green+Blue) = 48+1+76=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #30014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30014C is #CFFEB3. Grayscale: #171717. Windows color (decimal): -13631156 or 4981040. OLE color: 4981040.

HSL color Cylindrical-coordinate representation of color #30014C: hue angle of 277.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30014C is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 1 76 -
CMYK 0.37 0.99 0 0.70
HSL 277.6º 0.97% 0.15% -
HSV(B) 277.6º 0.99% 0.3% -
XYZ 2.53 1.17 6.93 -
YUV 23.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 48 1 76 0.37 0.99 0 0.70 277.6 0.97 0.15
Hex 30 1 4C 25 63 0 46 116 61 F
Octal 60 1 114 45 143 0 106 426 141 17
Binary 110000 1 1001100 100101 1100011 0 1000110 100010110 1100001 1111

Color Harmonies of #30014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30014C

Black with #30014C

Text Example


Text Example

White with #30014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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