Html Css Color HEX #300054 Blackcurrant

📋 copy color: '#300054'

red 48 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #300054

Tints of Blackcurrant #300054

RGB

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

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

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

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300054 (or 0x300054) is known color: Blackcurrant. HEX triplet: 30, 00 and 54. RGB value is (48,0,84). Sum of RGB (Red+Green+Blue) = 48+0+84=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #300054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300054 is #CFFFAB. Grayscale: #171717. Windows color (decimal): -13631404 or 5505072. OLE color: 5505072.

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

Color convert

RGB 48 0 84 -
CMYK 0.43 1 0 0.67
HSL 274.29º 1% 0.16% -
HSV(B) 274.29º 1% 0.33% -
XYZ 2.82 1.27 8.48 -
YUV 23.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 48 0 84 0.43 1 0 0.67 274.29 1 0.16
Hex 30 0 54 2B 64 0 43 112 64 10
Octal 60 0 124 53 144 0 103 422 144 20
Binary 110000 0 1010100 101011 1100100 0 1000011 100010010 1100100 10000

Color Harmonies of #300054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300054

Black with #300054

Text Example


Text Example

White with #300054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300054; }

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

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

background-color css

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

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

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

border-color css

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

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

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