Html Css Color HEX #3C0150 Blackcurrant

📋 copy color: '#3C0150'

red 60 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #3C0150

Tints of Blackcurrant #3C0150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 42.55%
G = 0.71%
B = 56.74%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C0150 (or 0x3C0150) is known color: Blackcurrant. HEX triplet: 3C, 01 and 50. RGB value is (60,1,80). Sum of RGB (Red+Green+Blue) = 60+1+80=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C0150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0150 is #C3FEAF. Grayscale: #1B1B1B. Windows color (decimal): -12844720 or 5243196. OLE color: 5243196.

HSL color Cylindrical-coordinate representation of color #3C0150: hue angle of 284.81º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0150 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 1 80 -
CMYK 0.25 0.99 0 0.69
HSL 284.81º 0.98% 0.16% -
HSV(B) 284.81º 0.99% 0.31% -
XYZ 3.32 1.56 7.72 -
YUV 27.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 60 1 80 0.25 0.99 0 0.69 284.81 0.98 0.16
Hex 3C 1 50 19 63 0 45 11D 62 10
Octal 74 1 120 31 143 0 105 435 142 20
Binary 111100 1 1010000 11001 1100011 0 1000101 100011101 1100010 10000

Color Harmonies of #3C0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0150

Black with #3C0150

Text Example


Text Example

White with #3C0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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