Html Css Color HEX #30093A Blackcurrant

📋 copy color: '#30093A'

red 48 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #30093A

Tints of Blackcurrant #30093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

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

R = 41.74%
G = 7.83%
B = 50.43%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30093A (or 0x30093A) is known color: Blackcurrant. HEX triplet: 30, 09 and 3A. RGB value is (48,9,58). Sum of RGB (Red+Green+Blue) = 48+9+58=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #30093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30093A is #CFF6C5. Grayscale: #1A1A1A. Windows color (decimal): -13629126 or 3803440. OLE color: 3803440.

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

Color convert

RGB 48 9 58 -
CMYK 0.17 0.84 0 0.77
HSL 287.76º 0.73% 0.13% -
HSV(B) 287.76º 0.84% 0.23% -
XYZ 2.08 1.13 4.11 -
YUV 26.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 48 9 58 0.17 0.84 0 0.77 287.76 0.73 0.13
Hex 30 9 3A 11 54 0 4D 120 49 D
Octal 60 11 72 21 124 0 115 440 111 15
Binary 110000 1001 111010 10001 1010100 0 1001101 100100000 1001001 1101

Color Harmonies of #30093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30093A

Black with #30093A

Text Example


Text Example

White with #30093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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