Html Css Color HEX #30163C Blackcurrant

📋 copy color: '#30163C'

red 48 ◦ green 22 ◦ blue 60

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

Shades of Blackcurrant #30163C

Tints of Blackcurrant #30163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

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

R = 36.92%
G = 16.92%
B = 46.15%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30163C (or 0x30163C) is known color: Blackcurrant. HEX triplet: 30, 16 and 3C. RGB value is (48,22,60). Sum of RGB (Red+Green+Blue) = 48+22+60=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #30163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30163C is #CFE9C3. Grayscale: #212121. Windows color (decimal): -13625796 or 3937840. OLE color: 3937840.

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

Color convert

RGB 48 22 60 -
CMYK 0.20 0.63 0 0.76
HSL 281.05º 0.46% 0.16% -
HSV(B) 281.05º 0.63% 0.24% -
XYZ 2.32 1.53 4.45 -
YUV 34.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 48 22 60 0.20 0.63 0 0.76 281.05 0.46 0.16
Hex 30 16 3C 14 3F 0 4C 119 2E 10
Octal 60 26 74 24 77 0 114 431 56 20
Binary 110000 10110 111100 10100 111111 0 1001100 100011001 101110 10000

Color Harmonies of #30163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30163C

Black with #30163C

Text Example


Text Example

White with #30163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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