Html Css Color HEX #30104D Blackcurrant

📋 copy color: '#30104D'

red 48 ◦ green 16 ◦ blue 77

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

Shades of Blackcurrant #30104D

Tints of Blackcurrant #30104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 34.04%
G = 11.35%
B = 54.61%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30104D (or 0x30104D) is known color: Blackcurrant. HEX triplet: 30, 10 and 4D. RGB value is (48,16,77). Sum of RGB (Red+Green+Blue) = 48+16+77=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #30104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30104D is #CFEFB2. Grayscale: #202020. Windows color (decimal): -13627315 or 5050416. OLE color: 5050416.

HSL color Cylindrical-coordinate representation of color #30104D: hue angle of 271.48º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30104D is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 16 77 -
CMYK 0.38 0.79 0 0.70
HSL 271.48º 0.66% 0.18% -
HSV(B) 271.48º 0.79% 0.3% -
XYZ 2.74 1.53 7.17 -
YUV 32.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 48 16 77 0.38 0.79 0 0.70 271.48 0.66 0.18
Hex 30 10 4D 26 4F 0 46 10F 42 12
Octal 60 20 115 46 117 0 106 417 102 22
Binary 110000 10000 1001101 100110 1001111 0 1000110 100001111 1000010 10010

Color Harmonies of #30104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30104D

Black with #30104D

Text Example


Text Example

White with #30104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30104D; }

 p { color: rgb(48,16,77); }

 H1.HeaderClassName
 {
   color: #30104D;
 }
 .AnyTagClassName
 {
   color: #30104D;
 }
</style>

background-color css

<style>
 a { background-color: #30104D; }

 a { background-color: rgb(48,16,77); }

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

border-color css

<style>
 span { border-color: #30104D; }

 span { border-color: rgb(48,16,77); }

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