Html Css Color HEX #3C0455 Blackcurrant

📋 copy color: '#3C0455'

red 60 ◦ green 4 ◦ blue 85

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

Shades of Blackcurrant #3C0455

Tints of Blackcurrant #3C0455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 40.27%
G = 2.68%
B = 57.05%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C0455 (or 0x3C0455) is known color: Blackcurrant. HEX triplet: 3C, 04 and 55. RGB value is (60,4,85). Sum of RGB (Red+Green+Blue) = 60+4+85=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C0455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0455 is #C3FBAA. Grayscale: #1D1D1D. Windows color (decimal): -12843947 or 5571644. OLE color: 5571644.

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

Color convert

RGB 60 4 85 -
CMYK 0.29 0.95 0 0.67
HSL 281.48º 0.91% 0.17% -
HSV(B) 281.48º 0.95% 0.33% -
XYZ 3.55 1.7 8.74 -
YUV 29.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 60 4 85 0.29 0.95 0 0.67 281.48 0.91 0.17
Hex 3C 4 55 1D 5F 0 43 119 5B 11
Octal 74 4 125 35 137 0 103 431 133 21
Binary 111100 100 1010101 11101 1011111 0 1000011 100011001 1011011 10001

Color Harmonies of #3C0455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0455

Black with #3C0455

Text Example


Text Example

White with #3C0455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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