Html Css Color HEX #3C0947 Blackcurrant

📋 copy color: '#3C0947'

red 60 ◦ green 9 ◦ blue 71

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

Shades of Blackcurrant #3C0947

Tints of Blackcurrant #3C0947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 42.86%
G = 6.43%
B = 50.71%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C0947 (or 0x3C0947) is known color: Blackcurrant. HEX triplet: 3C, 09 and 47. RGB value is (60,9,71). Sum of RGB (Red+Green+Blue) = 60+9+71=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0947 is #C3F6B8. Grayscale: #1F1F1F. Windows color (decimal): -12842681 or 4655420. OLE color: 4655420.

HSL color Cylindrical-coordinate representation of color #3C0947: hue angle of 289.35º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0947 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 9 71 -
CMYK 0.15 0.87 0 0.72
HSL 289.35º 0.78% 0.16% -
HSV(B) 289.35º 0.87% 0.28% -
XYZ 3.1 1.61 6.11 -
YUV 31.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 60 9 71 0.15 0.87 0 0.72 289.35 0.78 0.16
Hex 3C 9 47 F 57 0 48 121 4E 10
Octal 74 11 107 17 127 0 110 441 116 20
Binary 111100 1001 1000111 1111 1010111 0 1001000 100100001 1001110 10000

Color Harmonies of #3C0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0947

Black with #3C0947

Text Example


Text Example

White with #3C0947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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