Html Css Color HEX #30203A Blackcurrant

📋 copy color: '#30203A'

red 48 ◦ green 32 ◦ blue 58

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

Shades of Blackcurrant #30203A

Tints of Blackcurrant #30203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

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

R = 34.78%
G = 23.19%
B = 42.03%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30203A (or 0x30203A) is known color: Blackcurrant. HEX triplet: 30, 20 and 3A. RGB value is (48,32,58). Sum of RGB (Red+Green+Blue) = 48+32+58=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #30203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30203A is #CFDFC5. Grayscale: #272727. Windows color (decimal): -13623238 or 3809328. OLE color: 3809328.

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

Color convert

RGB 48 32 58 -
CMYK 0.17 0.45 0 0.77
HSL 276.92º 0.29% 0.18% -
HSV(B) 276.92º 0.45% 0.23% -
XYZ 2.5 1.97 4.25 -
YUV 39.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 48 32 58 0.17 0.45 0 0.77 276.92 0.29 0.18
Hex 30 20 3A 11 2D 0 4D 115 1D 12
Octal 60 40 72 21 55 0 115 425 35 22
Binary 110000 100000 111010 10001 101101 0 1001101 100010101 11101 10010

Color Harmonies of #30203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30203A

Black with #30203A

Text Example


Text Example

White with #30203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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