Html Css Color HEX #3C094C Blackcurrant

📋 copy color: '#3C094C'

red 60 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #3C094C

Tints of Blackcurrant #3C094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 41.38%
G = 6.21%
B = 52.41%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C094C (or 0x3C094C) is known color: Blackcurrant. HEX triplet: 3C, 09 and 4C. RGB value is (60,9,76). Sum of RGB (Red+Green+Blue) = 60+9+76=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C094C is #C3F6B3. Grayscale: #1F1F1F. Windows color (decimal): -12842676 or 4983100. OLE color: 4983100.

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

Color convert

RGB 60 9 76 -
CMYK 0.21 0.88 0 0.70
HSL 285.67º 0.79% 0.17% -
HSV(B) 285.67º 0.88% 0.3% -
XYZ 3.27 1.68 6.99 -
YUV 31.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 60 9 76 0.21 0.88 0 0.70 285.67 0.79 0.17
Hex 3C 9 4C 15 58 0 46 11E 4F 11
Octal 74 11 114 25 130 0 106 436 117 21
Binary 111100 1001 1001100 10101 1011000 0 1000110 100011110 1001111 10001

Color Harmonies of #3C094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C094C

Black with #3C094C

Text Example


Text Example

White with #3C094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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