Html Css Color HEX #3C1055 Blackcurrant

📋 copy color: '#3C1055'

red 60 ◦ green 16 ◦ blue 85

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

Shades of Blackcurrant #3C1055

Tints of Blackcurrant #3C1055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

 BLUE value IS 85 (33.59% from 255) = 52.8%

R = 37.27%
G = 9.94%
B = 52.8%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C1055 (or 0x3C1055) is known color: Blackcurrant. HEX triplet: 3C, 10 and 55. RGB value is (60,16,85). Sum of RGB (Red+Green+Blue) = 60+16+85=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C1055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1055 is #C3EFAA. Grayscale: #242424. Windows color (decimal): -12840875 or 5574716. OLE color: 5574716.

HSL color Cylindrical-coordinate representation of color #3C1055: hue angle of 278.26º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C1055 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 16 85 -
CMYK 0.29 0.81 0 0.67
HSL 278.26º 0.68% 0.2% -
HSV(B) 278.26º 0.81% 0.33% -
XYZ 3.69 1.99 8.78 -
YUV 37.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 60 16 85 0.29 0.81 0 0.67 278.26 0.68 0.2
Hex 3C 10 55 1D 51 0 43 116 44 14
Octal 74 20 125 35 121 0 103 426 104 24
Binary 111100 10000 1010101 11101 1010001 0 1000011 100010110 1000100 10100

Color Harmonies of #3C1055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1055

Black with #3C1055

Text Example


Text Example

White with #3C1055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,16,85); }

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

background-color css

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

 a { background-color: rgb(60,16,85); }

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

border-color css

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

 span { border-color: rgb(60,16,85); }

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