Html Css Color HEX #30003A Blackcurrant

📋 copy color: '#30003A'

red 48 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #30003A

Tints of Blackcurrant #30003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.28%
G = 0%
B = 54.72%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30003A (or 0x30003A) is known color: Blackcurrant. HEX triplet: 30, 00 and 3A. RGB value is (48,0,58). Sum of RGB (Red+Green+Blue) = 48+0+58=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #30003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30003A is #CFFFC5. Grayscale: #141414. Windows color (decimal): -13631430 or 3801136. OLE color: 3801136.

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

Color convert

RGB 48 0 58 -
CMYK 0.17 1 0 0.77
HSL 289.66º 1% 0.11% -
HSV(B) 289.66º 1% 0.23% -
XYZ 1.98 0.93 4.08 -
YUV 20.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 48 0 58 0.17 1 0 0.77 289.66 1 0.11
Hex 30 0 3A 11 64 0 4D 122 64 B
Octal 60 0 72 21 144 0 115 442 144 13
Binary 110000 0 111010 10001 1100100 0 1001101 100100010 1100100 1011

Color Harmonies of #30003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30003A

Black with #30003A

Text Example


Text Example

White with #30003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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