Html Css Color HEX #30104C Blackcurrant

📋 copy color: '#30104C'

red 48 ◦ green 16 ◦ blue 76

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

Shades of Blackcurrant #30104C

Tints of Blackcurrant #30104C

RGB

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

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

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

R = 34.29%
G = 11.43%
B = 54.29%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30104C (or 0x30104C) is known color: Blackcurrant. HEX triplet: 30, 10 and 4C. RGB value is (48,16,76). Sum of RGB (Red+Green+Blue) = 48+16+76=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #30104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30104C is #CFEFB3. Grayscale: #202020. Windows color (decimal): -13627316 or 4984880. OLE color: 4984880.

HSL color Cylindrical-coordinate representation of color #30104C: hue angle of 272º degrees, saturation: 0.65, 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 #30104C is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 16 76 -
CMYK 0.37 0.79 0 0.70
HSL 272º 0.65% 0.18% -
HSV(B) 272º 0.79% 0.3% -
XYZ 2.71 1.52 6.99 -
YUV 32.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 48 16 76 0.37 0.79 0 0.70 272 0.65 0.18
Hex 30 10 4C 25 4F 0 46 110 41 12
Octal 60 20 114 45 117 0 106 420 101 22
Binary 110000 10000 1001100 100101 1001111 0 1000110 100010000 1000001 10010

Color Harmonies of #30104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30104C

Black with #30104C

Text Example


Text Example

White with #30104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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