Html Css Color HEX #30074A Blackcurrant

📋 copy color: '#30074A'

red 48 ◦ green 7 ◦ blue 74

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

Shades of Blackcurrant #30074A

Tints of Blackcurrant #30074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.43%

 BLUE value IS 74 (29.3% from 255) = 57.36%

R = 37.21%
G = 5.43%
B = 57.36%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30074A (or 0x30074A) is known color: Blackcurrant. HEX triplet: 30, 07 and 4A. RGB value is (48,7,74). Sum of RGB (Red+Green+Blue) = 48+7+74=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #30074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30074A is #CFF8B5. Grayscale: #1A1A1A. Windows color (decimal): -13629622 or 4851504. OLE color: 4851504.

HSL color Cylindrical-coordinate representation of color #30074A: hue angle of 276.72º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30074A is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 7 74 -
CMYK 0.35 0.91 0 0.71
HSL 276.72º 0.83% 0.16% -
HSV(B) 276.72º 0.91% 0.29% -
XYZ 2.53 1.27 6.59 -
YUV 26.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 48 7 74 0.35 0.91 0 0.71 276.72 0.83 0.16
Hex 30 7 4A 23 5B 0 47 115 53 10
Octal 60 7 112 43 133 0 107 425 123 20
Binary 110000 111 1001010 100011 1011011 0 1000111 100010101 1010011 10000

Color Harmonies of #30074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30074A

Black with #30074A

Text Example


Text Example

White with #30074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,7,74); }

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

background-color css

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

 a { background-color: rgb(48,7,74); }

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

border-color css

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

 span { border-color: rgb(48,7,74); }

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