Html Css Color HEX #3C094E Blackcurrant

📋 copy color: '#3C094E'

red 60 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #3C094E

Tints of Blackcurrant #3C094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 78 (30.86% from 255) = 53.06%

R = 40.82%
G = 6.12%
B = 53.06%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C094E (or 0x3C094E) is known color: Blackcurrant. HEX triplet: 3C, 09 and 4E. RGB value is (60,9,78). Sum of RGB (Red+Green+Blue) = 60+9+78=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C094E is #C3F6B1. Grayscale: #1F1F1F. Windows color (decimal): -12842674 or 5114172. OLE color: 5114172.

HSL color Cylindrical-coordinate representation of color #3C094E: hue angle of 284.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C094E is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 9 78 -
CMYK 0.23 0.88 0 0.69
HSL 284.35º 0.79% 0.17% -
HSV(B) 284.35º 0.88% 0.31% -
XYZ 3.34 1.71 7.36 -
YUV 32.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 60 9 78 0.23 0.88 0 0.69 284.35 0.79 0.17
Hex 3C 9 4E 17 58 0 45 11C 4F 11
Octal 74 11 116 27 130 0 105 434 117 21
Binary 111100 1001 1001110 10111 1011000 0 1000101 100011100 1001111 10001

Color Harmonies of #3C094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C094E

Black with #3C094E

Text Example


Text Example

White with #3C094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,78); }

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

background-color css

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

 a { background-color: rgb(60,9,78); }

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

border-color css

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

 span { border-color: rgb(60,9,78); }

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