Html Css Color HEX #30193C Blackcurrant

📋 copy color: '#30193C'

red 48 ◦ green 25 ◦ blue 60

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

Shades of Blackcurrant #30193C

Tints of Blackcurrant #30193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 36.09%
G = 18.8%
B = 45.11%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30193C (or 0x30193C) is known color: Blackcurrant. HEX triplet: 30, 19 and 3C. RGB value is (48,25,60). Sum of RGB (Red+Green+Blue) = 48+25+60=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #30193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30193C is #CFE6C3. Grayscale: #232323. Windows color (decimal): -13625028 or 3938608. OLE color: 3938608.

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

Color convert

RGB 48 25 60 -
CMYK 0.20 0.58 0 0.76
HSL 279.43º 0.41% 0.17% -
HSV(B) 279.43º 0.58% 0.24% -
XYZ 2.38 1.65 4.47 -
YUV 35.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 48 25 60 0.20 0.58 0 0.76 279.43 0.41 0.17
Hex 30 19 3C 14 3A 0 4C 117 29 11
Octal 60 31 74 24 72 0 114 427 51 21
Binary 110000 11001 111100 10100 111010 0 1001100 100010111 101001 10001

Color Harmonies of #30193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30193C

Black with #30193C

Text Example


Text Example

White with #30193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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