Html Css Color HEX #30044C Blackcurrant

📋 copy color: '#30044C'

red 48 ◦ green 4 ◦ blue 76

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

Shades of Blackcurrant #30044C

Tints of Blackcurrant #30044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 59.38%

R = 37.5%
G = 3.13%
B = 59.38%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30044C (or 0x30044C) is known color: Blackcurrant. HEX triplet: 30, 04 and 4C. RGB value is (48,4,76). Sum of RGB (Red+Green+Blue) = 48+4+76=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #30044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30044C is #CFFBB3. Grayscale: #191919. Windows color (decimal): -13630388 or 4981808. OLE color: 4981808.

HSL color Cylindrical-coordinate representation of color #30044C: hue angle of 276.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30044C is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 4 76 -
CMYK 0.37 0.95 0 0.70
HSL 276.67º 0.9% 0.16% -
HSV(B) 276.67º 0.95% 0.3% -
XYZ 2.57 1.24 6.94 -
YUV 25.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 48 4 76 0.37 0.95 0 0.70 276.67 0.9 0.16
Hex 30 4 4C 25 5F 0 46 115 5A 10
Octal 60 4 114 45 137 0 106 425 132 20
Binary 110000 100 1001100 100101 1011111 0 1000110 100010101 1011010 10000

Color Harmonies of #30044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30044C

Black with #30044C

Text Example


Text Example

White with #30044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30044C; }

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

 H1.HeaderClassName
 {
   color: #30044C;
 }
 .AnyTagClassName
 {
   color: #30044C;
 }
</style>

background-color css

<style>
 a { background-color: #30044C; }

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

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

border-color css

<style>
 span { border-color: #30044C; }

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

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