Html Css Color HEX #3C0351 Blackcurrant

📋 copy color: '#3C0351'

red 60 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #3C0351

Tints of Blackcurrant #3C0351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 41.67%
G = 2.08%
B = 56.25%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C0351 (or 0x3C0351) is known color: Blackcurrant. HEX triplet: 3C, 03 and 51. RGB value is (60,3,81). Sum of RGB (Red+Green+Blue) = 60+3+81=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0351 is #C3FCAE. Grayscale: #1C1C1C. Windows color (decimal): -12844207 or 5309244. OLE color: 5309244.

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

Color convert

RGB 60 3 81 -
CMYK 0.26 0.96 0 0.68
HSL 283.85º 0.93% 0.16% -
HSV(B) 283.85º 0.96% 0.32% -
XYZ 3.38 1.62 7.92 -
YUV 28.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 60 3 81 0.26 0.96 0 0.68 283.85 0.93 0.16
Hex 3C 3 51 1A 60 0 44 11C 5D 10
Octal 74 3 121 32 140 0 104 434 135 20
Binary 111100 11 1010001 11010 1100000 0 1000100 100011100 1011101 10000

Color Harmonies of #3C0351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0351

Black with #3C0351

Text Example


Text Example

White with #3C0351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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