Html Css Color HEX #300254 Blackcurrant

📋 copy color: '#300254'

red 48 ◦ green 2 ◦ blue 84

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

Shades of Blackcurrant #300254

Tints of Blackcurrant #300254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 35.82%
G = 1.49%
B = 62.69%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300254 (or 0x300254) is known color: Blackcurrant. HEX triplet: 30, 02 and 54. RGB value is (48,2,84). Sum of RGB (Red+Green+Blue) = 48+2+84=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #300254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300254 is #CFFDAB. Grayscale: #181818. Windows color (decimal): -13630892 or 5505584. OLE color: 5505584.

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

Color convert

RGB 48 2 84 -
CMYK 0.43 0.98 0 0.67
HSL 273.66º 0.95% 0.17% -
HSV(B) 273.66º 0.98% 0.33% -
XYZ 2.84 1.31 8.49 -
YUV 25.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 48 2 84 0.43 0.98 0 0.67 273.66 0.95 0.17
Hex 30 2 54 2B 62 0 43 112 5F 11
Octal 60 2 124 53 142 0 103 422 137 21
Binary 110000 10 1010100 101011 1100010 0 1000011 100010010 1011111 10001

Color Harmonies of #300254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300254

Black with #300254

Text Example


Text Example

White with #300254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300254; }

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

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

background-color css

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

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

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

border-color css

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

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

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