Html Css Color HEX #3C0448 Blackcurrant

📋 copy color: '#3C0448'

red 60 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #3C0448

Tints of Blackcurrant #3C0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 72 (28.52% from 255) = 52.94%

R = 44.12%
G = 2.94%
B = 52.94%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C0448 (or 0x3C0448) is known color: Blackcurrant. HEX triplet: 3C, 04 and 48. RGB value is (60,4,72). Sum of RGB (Red+Green+Blue) = 60+4+72=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0448 is #C3FBB7. Grayscale: #1C1C1C. Windows color (decimal): -12843960 or 4719676. OLE color: 4719676.

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

Color convert

RGB 60 4 72 -
CMYK 0.17 0.94 0 0.72
HSL 289.41º 0.89% 0.15% -
HSV(B) 289.41º 0.94% 0.28% -
XYZ 3.08 1.52 6.26 -
YUV 28.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 60 4 72 0.17 0.94 0 0.72 289.41 0.89 0.15
Hex 3C 4 48 11 5E 0 48 121 59 F
Octal 74 4 110 21 136 0 110 441 131 17
Binary 111100 100 1001000 10001 1011110 0 1001000 100100001 1011001 1111

Color Harmonies of #3C0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0448

Black with #3C0448

Text Example


Text Example

White with #3C0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,72); }

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

background-color css

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

 a { background-color: rgb(60,4,72); }

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

border-color css

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

 span { border-color: rgb(60,4,72); }

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