Html Css Color HEX #3C164F Blackcurrant

📋 copy color: '#3C164F'

red 60 ◦ green 22 ◦ blue 79

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

Shades of Blackcurrant #3C164F

Tints of Blackcurrant #3C164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

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

R = 37.27%
G = 13.66%
B = 49.07%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C164F (or 0x3C164F) is known color: Blackcurrant. HEX triplet: 3C, 16 and 4F. RGB value is (60,22,79). Sum of RGB (Red+Green+Blue) = 60+22+79=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C164F is #C3E9B0. Grayscale: #272727. Windows color (decimal): -12839345 or 5183036. OLE color: 5183036.

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

Color convert

RGB 60 22 79 -
CMYK 0.24 0.72 0 0.69
HSL 280º 0.56% 0.2% -
HSV(B) 280º 0.72% 0.31% -
XYZ 3.56 2.1 7.61 -
YUV 39.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 60 22 79 0.24 0.72 0 0.69 280 0.56 0.2
Hex 3C 16 4F 18 48 0 45 118 38 14
Octal 74 26 117 30 110 0 105 430 70 24
Binary 111100 10110 1001111 11000 1001000 0 1000101 100011000 111000 10100

Color Harmonies of #3C164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C164F

Black with #3C164F

Text Example


Text Example

White with #3C164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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