Html Css Color HEX #30103C Blackcurrant

📋 copy color: '#30103C'

red 48 ◦ green 16 ◦ blue 60

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

Shades of Blackcurrant #30103C

Tints of Blackcurrant #30103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 48.39%

R = 38.71%
G = 12.9%
B = 48.39%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30103C (or 0x30103C) is known color: Blackcurrant. HEX triplet: 30, 10 and 3C. RGB value is (48,16,60). Sum of RGB (Red+Green+Blue) = 48+16+60=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #30103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30103C is #CFEFC3. Grayscale: #1E1E1E. Windows color (decimal): -13627332 or 3936304. OLE color: 3936304.

HSL color Cylindrical-coordinate representation of color #30103C: hue angle of 283.64º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30103C is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 16 60 -
CMYK 0.20 0.73 0 0.76
HSL 283.64º 0.58% 0.15% -
HSV(B) 283.64º 0.73% 0.24% -
XYZ 2.22 1.33 4.41 -
YUV 30.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 48 16 60 0.20 0.73 0 0.76 283.64 0.58 0.15
Hex 30 10 3C 14 49 0 4C 11C 3A F
Octal 60 20 74 24 111 0 114 434 72 17
Binary 110000 10000 111100 10100 1001001 0 1001100 100011100 111010 1111

Color Harmonies of #30103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30103C

Black with #30103C

Text Example


Text Example

White with #30103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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