Html Css Color HEX #3C0454 Blackcurrant

📋 copy color: '#3C0454'

red 60 ◦ green 4 ◦ blue 84

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

Shades of Blackcurrant #3C0454

Tints of Blackcurrant #3C0454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 56.76%

R = 40.54%
G = 2.7%
B = 56.76%

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

#3C0454 (or 0x3C0454) is known color: Blackcurrant. HEX triplet: 3C, 04 and 54. RGB value is (60,4,84). Sum of RGB (Red+Green+Blue) = 60+4+84=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C0454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0454 is #C3FBAB. Grayscale: #1D1D1D. Windows color (decimal): -12843948 or 5506108. OLE color: 5506108.

HSL color Cylindrical-coordinate representation of color #3C0454: hue angle of 282º 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 #3C0454 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 4 84 -
CMYK 0.29 0.95 0 0.67
HSL 282º 0.91% 0.17% -
HSV(B) 282º 0.95% 0.33% -
XYZ 3.51 1.69 8.53 -
YUV 29.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 60 4 84 0.29 0.95 0 0.67 282 0.91 0.17
Hex 3C 4 54 1D 5F 0 43 11A 5B 11
Octal 74 4 124 35 137 0 103 432 133 21
Binary 111100 100 1010100 11101 1011111 0 1000011 100011010 1011011 10001

Color Harmonies of #3C0454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0454

Black with #3C0454

Text Example


Text Example

White with #3C0454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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