Html Css Color HEX #3C025A Blackcurrant

📋 copy color: '#3C025A'

red 60 ◦ green 2 ◦ blue 90

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

Shades of Blackcurrant #3C025A

Tints of Blackcurrant #3C025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 39.47%
G = 1.32%
B = 59.21%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C025A (or 0x3C025A) is known color: Blackcurrant. HEX triplet: 3C, 02 and 5A. RGB value is (60,2,90). Sum of RGB (Red+Green+Blue) = 60+2+90=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C025A is #C3FDA5. Grayscale: #1D1D1D. Windows color (decimal): -12844454 or 5898812. OLE color: 5898812.

HSL color Cylindrical-coordinate representation of color #3C025A: hue angle of 279.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C025A is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 2 90 -
CMYK 0.33 0.98 0 0.65
HSL 279.55º 0.96% 0.18% -
HSV(B) 279.55º 0.98% 0.35% -
XYZ 3.73 1.74 9.81 -
YUV 29.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 60 2 90 0.33 0.98 0 0.65 279.55 0.96 0.18
Hex 3C 2 5A 21 62 0 41 118 60 12
Octal 74 2 132 41 142 0 101 430 140 22
Binary 111100 10 1011010 100001 1100010 0 1000001 100011000 1100000 10010

Color Harmonies of #3C025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C025A

Black with #3C025A

Text Example


Text Example

White with #3C025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,90); }

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

background-color css

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

 a { background-color: rgb(60,2,90); }

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

border-color css

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

 span { border-color: rgb(60,2,90); }

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