Html Css Color HEX #30154A Blackcurrant

📋 copy color: '#30154A'

red 48 ◦ green 21 ◦ blue 74

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

Shades of Blackcurrant #30154A

Tints of Blackcurrant #30154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 74 (29.3% from 255) = 51.75%

R = 33.57%
G = 14.69%
B = 51.75%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30154A (or 0x30154A) is known color: Blackcurrant. HEX triplet: 30, 15 and 4A. RGB value is (48,21,74). Sum of RGB (Red+Green+Blue) = 48+21+74=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #30154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30154A is #CFEAB5. Grayscale: #222222. Windows color (decimal): -13626038 or 4855088. OLE color: 4855088.

HSL color Cylindrical-coordinate representation of color #30154A: hue angle of 270.57º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30154A is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 21 74 -
CMYK 0.35 0.72 0 0.71
HSL 270.57º 0.56% 0.19% -
HSV(B) 270.57º 0.72% 0.29% -
XYZ 2.72 1.66 6.66 -
YUV 35.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 48 21 74 0.35 0.72 0 0.71 270.57 0.56 0.19
Hex 30 15 4A 23 48 0 47 10F 38 13
Octal 60 25 112 43 110 0 107 417 70 23
Binary 110000 10101 1001010 100011 1001000 0 1000111 100001111 111000 10011

Color Harmonies of #30154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30154A

Black with #30154A

Text Example


Text Example

White with #30154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30154A; }

 p { color: rgb(48,21,74); }

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

background-color css

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

 a { background-color: rgb(48,21,74); }

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

border-color css

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

 span { border-color: rgb(48,21,74); }

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