Html Css Color HEX #3C1848 Blackcurrant

📋 copy color: '#3C1848'

red 60 ◦ green 24 ◦ blue 72

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

Shades of Blackcurrant #3C1848

Tints of Blackcurrant #3C1848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C1848 (or 0x3C1848) is known color: Blackcurrant. HEX triplet: 3C, 18 and 48. RGB value is (60,24,72). Sum of RGB (Red+Green+Blue) = 60+24+72=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C1848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1848 is #C3E7B7. Grayscale: #282828. Windows color (decimal): -12838840 or 4724796. OLE color: 4724796.

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

Color convert

RGB 60 24 72 -
CMYK 0.17 0.67 0 0.72
HSL 285º 0.5% 0.19% -
HSV(B) 285º 0.67% 0.28% -
XYZ 3.36 2.08 6.36 -
YUV 40.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 60 24 72 0.17 0.67 0 0.72 285 0.5 0.19
Hex 3C 18 48 11 43 0 48 11D 32 13
Octal 74 30 110 21 103 0 110 435 62 23
Binary 111100 11000 1001000 10001 1000011 0 1001000 100011101 110010 10011

Color Harmonies of #3C1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1848

Black with #3C1848

Text Example


Text Example

White with #3C1848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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