Html Css Color HEX #30104E Blackcurrant

📋 copy color: '#30104E'

red 48 ◦ green 16 ◦ blue 78

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

Shades of Blackcurrant #30104E

Tints of Blackcurrant #30104E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 54.93%

R = 33.8%
G = 11.27%
B = 54.93%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30104E (or 0x30104E) is known color: Blackcurrant. HEX triplet: 30, 10 and 4E. RGB value is (48,16,78). Sum of RGB (Red+Green+Blue) = 48+16+78=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #30104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30104E is #CFEFB1. Grayscale: #202020. Windows color (decimal): -13627314 or 5115952. OLE color: 5115952.

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

Color convert

RGB 48 16 78 -
CMYK 0.38 0.79 0 0.69
HSL 270.97º 0.66% 0.18% -
HSV(B) 270.97º 0.79% 0.31% -
XYZ 2.78 1.55 7.36 -
YUV 32.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 48 16 78 0.38 0.79 0 0.69 270.97 0.66 0.18
Hex 30 10 4E 26 4F 0 45 10F 42 12
Octal 60 20 116 46 117 0 105 417 102 22
Binary 110000 10000 1001110 100110 1001111 0 1000101 100001111 1000010 10010

Color Harmonies of #30104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30104E

Black with #30104E

Text Example


Text Example

White with #30104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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