Html Css Color HEX #3C004F Blackcurrant

📋 copy color: '#3C004F'

red 60 ◦ green 0 ◦ blue 79

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

Shades of Blackcurrant #3C004F

Tints of Blackcurrant #3C004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.17%
G = 0%
B = 56.83%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C004F (or 0x3C004F) is known color: Blackcurrant. HEX triplet: 3C, 00 and 4F. RGB value is (60,0,79). Sum of RGB (Red+Green+Blue) = 60+0+79=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C004F is #C3FFB0. Grayscale: #1A1A1A. Windows color (decimal): -12844977 or 5177404. OLE color: 5177404.

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

Color convert

RGB 60 0 79 -
CMYK 0.24 1 0 0.69
HSL 285.57º 1% 0.15% -
HSV(B) 285.57º 1% 0.31% -
XYZ 3.27 1.53 7.52 -
YUV 26.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 60 0 79 0.24 1 0 0.69 285.57 1 0.15
Hex 3C 0 4F 18 64 0 45 11E 64 F
Octal 74 0 117 30 144 0 105 436 144 17
Binary 111100 0 1001111 11000 1100100 0 1000101 100011110 1100100 1111

Color Harmonies of #3C004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C004F

Black with #3C004F

Text Example


Text Example

White with #3C004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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