Html Css Color HEX #30054F Blackcurrant

📋 copy color: '#30054F'

red 48 ◦ green 5 ◦ blue 79

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

Shades of Blackcurrant #30054F

Tints of Blackcurrant #30054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 59.85%

R = 36.36%
G = 3.79%
B = 59.85%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30054F (or 0x30054F) is known color: Blackcurrant. HEX triplet: 30, 05 and 4F. RGB value is (48,5,79). Sum of RGB (Red+Green+Blue) = 48+5+79=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #30054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30054F is #CFFAB0. Grayscale: #1A1A1A. Windows color (decimal): -13630129 or 5178672. OLE color: 5178672.

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

Color convert

RGB 48 5 79 -
CMYK 0.39 0.94 0 0.69
HSL 274.86º 0.88% 0.16% -
HSV(B) 274.86º 0.94% 0.31% -
XYZ 2.68 1.3 7.51 -
YUV 26.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 48 5 79 0.39 0.94 0 0.69 274.86 0.88 0.16
Hex 30 5 4F 27 5E 0 45 113 58 10
Octal 60 5 117 47 136 0 105 423 130 20
Binary 110000 101 1001111 100111 1011110 0 1000101 100010011 1011000 10000

Color Harmonies of #30054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30054F

Black with #30054F

Text Example


Text Example

White with #30054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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