Html Css Color HEX #3C1650 Blackcurrant

📋 copy color: '#3C1650'

red 60 ◦ green 22 ◦ blue 80

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

Shades of Blackcurrant #3C1650

Tints of Blackcurrant #3C1650

RGB

 RED value IS 60 (23.83% from 255) = 37.04%

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

 BLUE value IS 80 (31.64% from 255) = 49.38%

R = 37.04%
G = 13.58%
B = 49.38%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C1650 (or 0x3C1650) is known color: Blackcurrant. HEX triplet: 3C, 16 and 50. RGB value is (60,22,80). Sum of RGB (Red+Green+Blue) = 60+22+80=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1650 is #C3E9AF. Grayscale: #272727. Windows color (decimal): -12839344 or 5248572. OLE color: 5248572.

HSL color Cylindrical-coordinate representation of color #3C1650: hue angle of 279.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1650 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 22 80 -
CMYK 0.25 0.72 0 0.69
HSL 279.31º 0.57% 0.2% -
HSV(B) 279.31º 0.73% 0.31% -
XYZ 3.6 2.11 7.81 -
YUV 39.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 60 22 80 0.25 0.72 0 0.69 279.31 0.57 0.2
Hex 3C 16 50 19 48 0 45 117 39 14
Octal 74 26 120 31 110 0 105 427 71 24
Binary 111100 10110 1010000 11001 1001000 0 1000101 100010111 111001 10100

Color Harmonies of #3C1650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1650

Black with #3C1650

Text Example


Text Example

White with #3C1650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C1650; }

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

 H1.HeaderClassName
 {
   color: #3C1650;
 }
 .AnyTagClassName
 {
   color: #3C1650;
 }
</style>

background-color css

<style>
 a { background-color: #3C1650; }

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

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

border-color css

<style>
 span { border-color: #3C1650; }

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

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