Html Css Color HEX #30044F Blackcurrant

📋 copy color: '#30044F'

red 48 ◦ green 4 ◦ blue 79

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

Shades of Blackcurrant #30044F

Tints of Blackcurrant #30044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 60.31%

R = 36.64%
G = 3.05%
B = 60.31%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30044F (or 0x30044F) is known color: Blackcurrant. HEX triplet: 30, 04 and 4F. RGB value is (48,4,79). Sum of RGB (Red+Green+Blue) = 48+4+79=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #30044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30044F is #CFFBB0. Grayscale: #191919. Windows color (decimal): -13630385 or 5178416. OLE color: 5178416.

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

Color convert

RGB 48 4 79 -
CMYK 0.39 0.95 0 0.69
HSL 275.2º 0.9% 0.16% -
HSV(B) 275.2º 0.95% 0.31% -
XYZ 2.67 1.28 7.5 -
YUV 25.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 48 4 79 0.39 0.95 0 0.69 275.2 0.9 0.16
Hex 30 4 4F 27 5F 0 45 113 5A 10
Octal 60 4 117 47 137 0 105 423 132 20
Binary 110000 100 1001111 100111 1011111 0 1000101 100010011 1011010 10000

Color Harmonies of #30044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30044F

Black with #30044F

Text Example


Text Example

White with #30044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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