Html Css Color HEX #3C1451 Blackcurrant

📋 copy color: '#3C1451'

red 60 ◦ green 20 ◦ blue 81

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

Shades of Blackcurrant #3C1451

Tints of Blackcurrant #3C1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

 BLUE value IS 81 (32.03% from 255) = 50.31%

R = 37.27%
G = 12.42%
B = 50.31%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C1451 (or 0x3C1451) is known color: Blackcurrant. HEX triplet: 3C, 14 and 51. RGB value is (60,20,81). Sum of RGB (Red+Green+Blue) = 60+20+81=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1451 is #C3EBAE. Grayscale: #262626. Windows color (decimal): -12839855 or 5313596. OLE color: 5313596.

HSL color Cylindrical-coordinate representation of color #3C1451: hue angle of 279.34º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C1451 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 20 81 -
CMYK 0.26 0.75 0 0.68
HSL 279.34º 0.6% 0.2% -
HSV(B) 279.34º 0.75% 0.32% -
XYZ 3.6 2.06 7.99 -
YUV 38.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 60 20 81 0.26 0.75 0 0.68 279.34 0.6 0.2
Hex 3C 14 51 1A 4B 0 44 117 3C 14
Octal 74 24 121 32 113 0 104 427 74 24
Binary 111100 10100 1010001 11010 1001011 0 1000100 100010111 111100 10100

Color Harmonies of #3C1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1451

Black with #3C1451

Text Example


Text Example

White with #3C1451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,81); }

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

background-color css

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

 a { background-color: rgb(60,20,81); }

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

border-color css

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

 span { border-color: rgb(60,20,81); }

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