Html Css Color HEX #3C0343 Blackcurrant

📋 copy color: '#3C0343'

red 60 ◦ green 3 ◦ blue 67

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

Shades of Blackcurrant #3C0343

Tints of Blackcurrant #3C0343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 67 (26.56% from 255) = 51.54%

R = 46.15%
G = 2.31%
B = 51.54%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3C0343 (or 0x3C0343) is known color: Blackcurrant. HEX triplet: 3C, 03 and 43. RGB value is (60,3,67). Sum of RGB (Red+Green+Blue) = 60+3+67=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0343 is #C3FCBC. Grayscale: #1B1B1B. Windows color (decimal): -12844221 or 4391740. OLE color: 4391740.

HSL color Cylindrical-coordinate representation of color #3C0343: hue angle of 293.44º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0343 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 3 67 -
CMYK 0.10 0.96 0 0.74
HSL 293.44º 0.91% 0.14% -
HSV(B) 293.44º 0.96% 0.26% -
XYZ 2.91 1.43 5.43 -
YUV 27.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 60 3 67 0.10 0.96 0 0.74 293.44 0.91 0.14
Hex 3C 3 43 A 60 0 4A 125 5B E
Octal 74 3 103 12 140 0 112 445 133 16
Binary 111100 11 1000011 1010 1100000 0 1001010 100100101 1011011 1110

Color Harmonies of #3C0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0343

Black with #3C0343

Text Example


Text Example

White with #3C0343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,3,67); }

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

background-color css

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

 a { background-color: rgb(60,3,67); }

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

border-color css

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

 span { border-color: rgb(60,3,67); }

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