Html Css Color HEX #3C1448 Blackcurrant

📋 copy color: '#3C1448'

red 60 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #3C1448

Tints of Blackcurrant #3C1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 39.47%
G = 13.16%
B = 47.37%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C1448 (or 0x3C1448) is known color: Blackcurrant. HEX triplet: 3C, 14 and 48. RGB value is (60,20,72). Sum of RGB (Red+Green+Blue) = 60+20+72=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C1448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1448 is #C3EBB7. Grayscale: #252525. Windows color (decimal): -12839864 or 4723772. OLE color: 4723772.

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

Color convert

RGB 60 20 72 -
CMYK 0.17 0.72 0 0.72
HSL 286.15º 0.57% 0.18% -
HSV(B) 286.15º 0.72% 0.28% -
XYZ 3.28 1.93 6.33 -
YUV 37.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 60 20 72 0.17 0.72 0 0.72 286.15 0.57 0.18
Hex 3C 14 48 11 48 0 48 11E 39 12
Octal 74 24 110 21 110 0 110 436 71 22
Binary 111100 10100 1001000 10001 1001000 0 1001000 100011110 111001 10010

Color Harmonies of #3C1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1448

Black with #3C1448

Text Example


Text Example

White with #3C1448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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