Html Css Color HEX #300154 Blackcurrant

📋 copy color: '#300154'

red 48 ◦ green 1 ◦ blue 84

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

Shades of Blackcurrant #300154

Tints of Blackcurrant #300154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 63.16%

R = 36.09%
G = 0.75%
B = 63.16%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300154 (or 0x300154) is known color: Blackcurrant. HEX triplet: 30, 01 and 54. RGB value is (48,1,84). Sum of RGB (Red+Green+Blue) = 48+1+84=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #300154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300154 is #CFFEAB. Grayscale: #181818. Windows color (decimal): -13631148 or 5505328. OLE color: 5505328.

HSL color Cylindrical-coordinate representation of color #300154: hue angle of 273.98º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300154 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 1 84 -
CMYK 0.43 0.99 0 0.67
HSL 273.98º 0.98% 0.17% -
HSV(B) 273.98º 0.99% 0.33% -
XYZ 2.83 1.29 8.49 -
YUV 24.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 48 1 84 0.43 0.99 0 0.67 273.98 0.98 0.17
Hex 30 1 54 2B 63 0 43 112 62 11
Octal 60 1 124 53 143 0 103 422 142 21
Binary 110000 1 1010100 101011 1100011 0 1000011 100010010 1100010 10001

Color Harmonies of #300154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300154

Black with #300154

Text Example


Text Example

White with #300154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300154; }

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

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

background-color css

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

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

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

border-color css

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

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

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