Html Css Color HEX #3C084F Blackcurrant

📋 copy color: '#3C084F'

red 60 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #3C084F

Tints of Blackcurrant #3C084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

 BLUE value IS 79 (31.25% from 255) = 53.74%

R = 40.82%
G = 5.44%
B = 53.74%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C084F (or 0x3C084F) is known color: Blackcurrant. HEX triplet: 3C, 08 and 4F. RGB value is (60,8,79). Sum of RGB (Red+Green+Blue) = 60+8+79=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C084F is #C3F7B0. Grayscale: #1F1F1F. Windows color (decimal): -12842929 or 5179452. OLE color: 5179452.

HSL color Cylindrical-coordinate representation of color #3C084F: hue angle of 283.94º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C084F is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 8 79 -
CMYK 0.24 0.90 0 0.69
HSL 283.94º 0.82% 0.17% -
HSV(B) 283.94º 0.9% 0.31% -
XYZ 3.36 1.7 7.55 -
YUV 31.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 60 8 79 0.24 0.90 0 0.69 283.94 0.82 0.17
Hex 3C 8 4F 18 5A 0 45 11C 52 11
Octal 74 10 117 30 132 0 105 434 122 21
Binary 111100 1000 1001111 11000 1011010 0 1000101 100011100 1010010 10001

Color Harmonies of #3C084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C084F

Black with #3C084F

Text Example


Text Example

White with #3C084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,8,79); }

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

background-color css

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

 a { background-color: rgb(60,8,79); }

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

border-color css

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

 span { border-color: rgb(60,8,79); }

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