Html Css Color HEX #30054D Blackcurrant

📋 copy color: '#30054D'

red 48 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #30054D

Tints of Blackcurrant #30054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 36.92%
G = 3.85%
B = 59.23%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30054D (or 0x30054D) is known color: Blackcurrant. HEX triplet: 30, 05 and 4D. RGB value is (48,5,77). Sum of RGB (Red+Green+Blue) = 48+5+77=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #30054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30054D is #CFFAB2. Grayscale: #191919. Windows color (decimal): -13630131 or 5047600. OLE color: 5047600.

HSL color Cylindrical-coordinate representation of color #30054D: hue angle of 275.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30054D is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 5 77 -
CMYK 0.38 0.94 0 0.70
HSL 275.83º 0.88% 0.16% -
HSV(B) 275.83º 0.94% 0.3% -
XYZ 2.61 1.27 7.13 -
YUV 26.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 48 5 77 0.38 0.94 0 0.70 275.83 0.88 0.16
Hex 30 5 4D 26 5E 0 46 114 58 10
Octal 60 5 115 46 136 0 106 424 130 20
Binary 110000 101 1001101 100110 1011110 0 1000110 100010100 1011000 10000

Color Harmonies of #30054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30054D

Black with #30054D

Text Example


Text Example

White with #30054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30054D; }

 p { color: rgb(48,5,77); }

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

background-color css

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

 a { background-color: rgb(48,5,77); }

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

border-color css

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

 span { border-color: rgb(48,5,77); }

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