Html Css Color HEX #30043A Blackcurrant

📋 copy color: '#30043A'

red 48 ◦ green 4 ◦ blue 58

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

Shades of Blackcurrant #30043A

Tints of Blackcurrant #30043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 58 (23.05% from 255) = 52.73%

R = 43.64%
G = 3.64%
B = 52.73%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30043A (or 0x30043A) is known color: Blackcurrant. HEX triplet: 30, 04 and 3A. RGB value is (48,4,58). Sum of RGB (Red+Green+Blue) = 48+4+58=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #30043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30043A is #CFFBC5. Grayscale: #171717. Windows color (decimal): -13630406 or 3802160. OLE color: 3802160.

HSL color Cylindrical-coordinate representation of color #30043A: hue angle of 288.89º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30043A is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 4 58 -
CMYK 0.17 0.93 0 0.77
HSL 288.89º 0.87% 0.12% -
HSV(B) 288.89º 0.93% 0.23% -
XYZ 2.03 1.02 4.09 -
YUV 23.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 48 4 58 0.17 0.93 0 0.77 288.89 0.87 0.12
Hex 30 4 3A 11 5D 0 4D 121 57 C
Octal 60 4 72 21 135 0 115 441 127 14
Binary 110000 100 111010 10001 1011101 0 1001101 100100001 1010111 1100

Color Harmonies of #30043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30043A

Black with #30043A

Text Example


Text Example

White with #30043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,4,58); }

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

background-color css

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

 a { background-color: rgb(48,4,58); }

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

border-color css

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

 span { border-color: rgb(48,4,58); }

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