Html Css Color HEX #3C0259 Blackcurrant

📋 copy color: '#3C0259'

red 60 ◦ green 2 ◦ blue 89

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

Shades of Blackcurrant #3C0259

Tints of Blackcurrant #3C0259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.94%

R = 39.74%
G = 1.32%
B = 58.94%

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

#3C0259 (or 0x3C0259) is known color: Blackcurrant. HEX triplet: 3C, 02 and 59. RGB value is (60,2,89). Sum of RGB (Red+Green+Blue) = 60+2+89=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0259 is #C3FDA6. Grayscale: #1C1C1C. Windows color (decimal): -12844455 or 5833276. OLE color: 5833276.

HSL color Cylindrical-coordinate representation of color #3C0259: hue angle of 280º 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 #3C0259 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 2 89 -
CMYK 0.33 0.98 0 0.65
HSL 280º 0.96% 0.18% -
HSV(B) 280º 0.98% 0.35% -
XYZ 3.69 1.73 9.59 -
YUV 29.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 60 2 89 0.33 0.98 0 0.65 280 0.96 0.18
Hex 3C 2 59 21 62 0 41 118 60 12
Octal 74 2 131 41 142 0 101 430 140 22
Binary 111100 10 1011001 100001 1100010 0 1000001 100011000 1100000 10010

Color Harmonies of #3C0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0259

Black with #3C0259

Text Example


Text Example

White with #3C0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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