Html Css Color HEX #3C124F Blackcurrant

📋 copy color: '#3C124F'

red 60 ◦ green 18 ◦ blue 79

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

Shades of Blackcurrant #3C124F

Tints of Blackcurrant #3C124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 79 (31.25% from 255) = 50.32%

R = 38.22%
G = 11.46%
B = 50.32%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C124F (or 0x3C124F) is known color: Blackcurrant. HEX triplet: 3C, 12 and 4F. RGB value is (60,18,79). Sum of RGB (Red+Green+Blue) = 60+18+79=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C124F is #C3EDB0. Grayscale: #252525. Windows color (decimal): -12840369 or 5182012. OLE color: 5182012.

HSL color Cylindrical-coordinate representation of color #3C124F: hue angle of 281.31º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C124F is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 18 79 -
CMYK 0.24 0.77 0 0.69
HSL 281.31º 0.63% 0.19% -
HSV(B) 281.31º 0.77% 0.31% -
XYZ 3.49 1.96 7.59 -
YUV 37.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 60 18 79 0.24 0.77 0 0.69 281.31 0.63 0.19
Hex 3C 12 4F 18 4D 0 45 119 3F 13
Octal 74 22 117 30 115 0 105 431 77 23
Binary 111100 10010 1001111 11000 1001101 0 1000101 100011001 111111 10011

Color Harmonies of #3C124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C124F

Black with #3C124F

Text Example


Text Example

White with #3C124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,18,79); }

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

background-color css

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

 a { background-color: rgb(60,18,79); }

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

border-color css

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

 span { border-color: rgb(60,18,79); }

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