Html Css Color HEX #3C134B Blackcurrant

📋 copy color: '#3C134B'

red 60 ◦ green 19 ◦ blue 75

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

Shades of Blackcurrant #3C134B

Tints of Blackcurrant #3C134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 38.96%
G = 12.34%
B = 48.7%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C134B (or 0x3C134B) is known color: Blackcurrant. HEX triplet: 3C, 13 and 4B. RGB value is (60,19,75). Sum of RGB (Red+Green+Blue) = 60+19+75=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C134B is #C3ECB4. Grayscale: #252525. Windows color (decimal): -12840117 or 4920124. OLE color: 4920124.

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

Color convert

RGB 60 19 75 -
CMYK 0.20 0.75 0 0.71
HSL 283.93º 0.6% 0.18% -
HSV(B) 283.93º 0.75% 0.29% -
XYZ 3.37 1.93 6.85 -
YUV 37.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 60 19 75 0.20 0.75 0 0.71 283.93 0.6 0.18
Hex 3C 13 4B 14 4B 0 47 11C 3C 12
Octal 74 23 113 24 113 0 107 434 74 22
Binary 111100 10011 1001011 10100 1001011 0 1000111 100011100 111100 10010

Color Harmonies of #3C134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C134B

Black with #3C134B

Text Example


Text Example

White with #3C134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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