Html Css Color HEX #3C184B Blackcurrant

📋 copy color: '#3C184B'

red 60 ◦ green 24 ◦ blue 75

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

Shades of Blackcurrant #3C184B

Tints of Blackcurrant #3C184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 47.17%

R = 37.74%
G = 15.09%
B = 47.17%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C184B (or 0x3C184B) is known color: Blackcurrant. HEX triplet: 3C, 18 and 4B. RGB value is (60,24,75). Sum of RGB (Red+Green+Blue) = 60+24+75=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C184B is #C3E7B4. Grayscale: #282828. Windows color (decimal): -12838837 or 4921404. OLE color: 4921404.

HSL color Cylindrical-coordinate representation of color #3C184B: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C184B is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 24 75 -
CMYK 0.20 0.68 0 0.71
HSL 282.35º 0.52% 0.19% -
HSV(B) 282.35º 0.68% 0.29% -
XYZ 3.46 2.12 6.88 -
YUV 40.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 60 24 75 0.20 0.68 0 0.71 282.35 0.52 0.19
Hex 3C 18 4B 14 44 0 47 11A 34 13
Octal 74 30 113 24 104 0 107 432 64 23
Binary 111100 11000 1001011 10100 1000100 0 1000111 100011010 110100 10011

Color Harmonies of #3C184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C184B

Black with #3C184B

Text Example


Text Example

White with #3C184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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